Skip to content

Commit 7f8eccb

Browse files
mousetrapsfelixfbecker
authored andcommitted
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.
1 parent 0de7ba8 commit 7f8eccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"phpdocumentor/reflection-docblock": "^3.0",
3333
"sabre/event": "^5.0",
3434
"felixfbecker/advanced-json-rpc": "^2.0",
35-
"squizlabs/php_codesniffer" : "^3.0",
35+
"squizlabs/php_codesniffer" : "3.0.0RC3",
3636
"netresearch/jsonmapper": "^1.0",
3737
"webmozart/path-util": "^2.3",
3838
"webmozart/glob": "^4.1",

0 commit comments

Comments
 (0)