Phing - tests - phpcodesniffer task - fix "This task requires the PHP_CodeSniffer package installed and available on the include path" bug

Details: https://github.com/phingofficial/phing/issues/716
This commit is contained in:
Meritoo
2017-10-26 20:04:05 +02:00
parent 67d93036cf
commit a1c26b3812

View File

@@ -23,7 +23,7 @@
"phpmd/phpmd": "^2.6", "phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^5.7", "phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0", "sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.1" "squizlabs/php_codesniffer": "^2.9"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {