Skip to content

Commit

Permalink
FIX Require phpunit and codesniffer as dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill authored Oct 18, 2017
1 parent 1239751 commit 5d04511
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"silverstripe/userforms": "5.0.x-dev",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
Expand Down

0 comments on commit 5d04511

Please sign in to comment.