Phing > fix "This task requires the PHP_CodeSniffer package installed and available on the include path" bug > make compatible with PHPUnit 8.0 (and PHP 7.2+)

This commit is contained in:
Meritoo
2019-04-02 11:54:36 +02:00
parent 95a81ab322
commit 10bf198df5

View File

@@ -27,7 +27,7 @@
"phpmd/phpmd": "^2.6", "phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^8.0", "phpunit/phpunit": "^8.0",
"sebastian/phpcpd": "^4.1", "sebastian/phpcpd": "^4.1",
"squizlabs/php_codesniffer": "^3.4" "squizlabs/php_codesniffer": " ^2.9"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {