composer > squizlabs/php_codesniffer package > use ^3.4 (instead of ^2.9)

This commit is contained in:
Meritoo
2019-06-02 18:23:12 +02:00
parent e002adc162
commit 15824d3f77
6 changed files with 33 additions and 15 deletions

View File

@@ -105,13 +105,6 @@ docker-compose exec php phing -f phing/tests.xml test:phpunit
docker-compose run --rm phpunit --verbose --no-coverage
```
# Versions of packages
### squizlabs/php_codesniffer
I have to use [squizlabs/php_codesniffer](https://packagist.org/packages/squizlabs/php_codesniffer) `^2.9` instead of
`^3.3`, because [Phing doesn't support 3.x PHP_CodeSniffer](https://github.com/phingofficial/phing/issues/716).
# Mutation Tests
Served by [InfectionMutation Testing Framework](https://infection.github.io).