Skip to content

Commit

Permalink
Merge pull request #6 from Jeroeny/composer-version
Browse files Browse the repository at this point in the history
allow slevomat/coding-standard ^6.0
  • Loading branch information
aboks authored Jan 15, 2020
2 parents af16a6b + ea3c7ba commit 9bf5e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^7.1",
"squizlabs/php_codesniffer": "^3.0.0",
"slevomat/coding-standard": "^5.0"
"slevomat/coding-standard": "^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
Expand Down

0 comments on commit 9bf5e22

Please sign in to comment.