Skip to content

Commit 9440373

Browse files
committed
Restrict phpcs to 3.5.4 due to sniff bugs
1 parent 5e802f0 commit 9440373

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
@@ -19,7 +19,7 @@
1919
"require-dev": {
2020
"phpunit/phpunit": "^6.4 || ^8.3",
2121
"sebastian/comparator": "^2.0 || ^3.0",
22-
"squizlabs/php_codesniffer": "^3.5",
22+
"squizlabs/php_codesniffer": "^3.5, <3.5.5",
2323
"symfony/phpunit-bridge": "^4.4@dev"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)