Skip to content

Commit

Permalink
Remove phpunit from require section in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
mwadon committed Dec 6, 2017
1 parent 2bdaad4 commit d4a44ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"require": {
"php": ">=5.3",
"symfony/framework-bundle": "~2.3|~3.0|^4.0",
"fzaninotto/faker": "~1.3",
"phpunit/phpunit": "~4.8"
"fzaninotto/faker": "~1.3"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0|^4.0"
Expand Down

0 comments on commit d4a44ac

Please sign in to comment.