Skip to content

Commit

Permalink
FIX Add phpcs to dev requirements to fix CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Feb 14, 2018
1 parent 9e7aed0 commit d1d5c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -13,7 +13,8 @@
"silverstripe/framework": "^4"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit d1d5c2b

Please sign in to comment.