Restrict phpcs to 3.5.4 due to sniff bugs

parent 5e802f03
......@@ -19,7 +19,7 @@
"require-dev": {
"phpunit/phpunit": "^6.4 || ^8.3",
"sebastian/comparator": "^2.0 || ^3.0",
"squizlabs/php_codesniffer": "^3.5",
"squizlabs/php_codesniffer": "^3.5, <3.5.5",
"symfony/phpunit-bridge": "^4.4@dev"
},
"autoload": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment