Skip to content

Commit

Permalink
👕 Adds PHP_CodeSniffer version constraints (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 26, 2018
1 parent 6b93b33 commit e749410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,7 +25,7 @@
"require": {
"php": "^5.3|^7",
"composer-plugin-api": "^1.0",
"squizlabs/php_codesniffer": "*"
"squizlabs/php_codesniffer": "^2|^3"
},
"require-dev": {
"composer/composer": "*",
Expand Down

0 comments on commit e749410

Please sign in to comment.