Skip to content

Commit

Permalink
fix(composer.json): add php_codesniffer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
softvar committed Dec 18, 2019
1 parent 2db3ea0 commit 05b85cc
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 @@ -11,7 +11,7 @@
"monolog/monolog": "1.0.*",
"ramsey/uuid": "^3.8",
"justinrainbow/json-schema": "^5.2",
"squizlabs/php_codesniffer": "*"
"squizlabs/php_codesniffer": "3.*"
},
"require-dev": {
"phpunit/phpunit": "^4.0",
Expand Down

0 comments on commit 05b85cc

Please sign in to comment.