Skip to content

Commit

Permalink
Merge pull request #11 from mediact/feature/require-phpcs-3-5
Browse files Browse the repository at this point in the history
Require newer version of PHPCS
  • Loading branch information
ashokadewit authored Jun 9, 2020
2 parents f65308f + 8ccbb4b commit 145eb13
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 @@
],
"require": {
"php": "^5.4.0 || ^7.0",
"squizlabs/php_codesniffer": "~3.3.0",
"squizlabs/php_codesniffer": "~3.5.0",
"phpmd/phpmd": "^2.0"
},
"require-dev": {
Expand Down

0 comments on commit 145eb13

Please sign in to comment.