Skip to content

Commit

Permalink
Merge pull request #152 from Dealerdirect/feature/composer-drop-early…
Browse files Browse the repository at this point in the history
…-phpcs-3-support

Composer: tweak PHPCS version constraint
  • Loading branch information
Potherca committed Feb 4, 2022
2 parents 3de488d + 91ff19e commit bea1025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": ">=5.3",
"composer-plugin-api": "^1.0 || ^2.0",
"squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0"
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
},
"require-dev": {
"composer/composer": "*",
Expand Down

0 comments on commit bea1025

Please sign in to comment.