Skip to content

Commit

Permalink
Merge pull request #115 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Fixed v4 constraint
  • Loading branch information
Potherca committed Nov 23, 2020
2 parents e8d8086 + 7b69356 commit ac556a3
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",
"composer-plugin-api": "^1.0 || ^2.0",
"squizlabs/php_codesniffer": "^2 || ^3 || 4.0.x-dev"
"squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0"
},
"require-dev": {
"composer/composer": "*",
Expand Down

0 comments on commit ac556a3

Please sign in to comment.