1
0
Fork 0

Fix formatting breakage (option 2) (#324)

PHP_CodeSniffer 3.0 RC4 introduces a breaking change that removes PHPCS from the composer autoloader. This fix addresses the issue by locking to v3.0 RC3.
pull/328/head
Sara Itani 2017-03-02 01:07:47 -08:00 committed by Felix Becker
parent 0de7ba8335
commit 7f8eccb5ae
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
"phpdocumentor/reflection-docblock": "^3.0", "phpdocumentor/reflection-docblock": "^3.0",
"sabre/event": "^5.0", "sabre/event": "^5.0",
"felixfbecker/advanced-json-rpc": "^2.0", "felixfbecker/advanced-json-rpc": "^2.0",
"squizlabs/php_codesniffer" : "^3.0", "squizlabs/php_codesniffer" : "3.0.0RC3",
"netresearch/jsonmapper": "^1.0", "netresearch/jsonmapper": "^1.0",
"webmozart/path-util": "^2.3", "webmozart/path-util": "^2.3",
"webmozart/glob": "^4.1", "webmozart/glob": "^4.1",