Skip to content

Commit

Permalink
Add phpunit dependency given it is used here
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Nov 4, 2014
1 parent be54339 commit ae03fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"ezsystems/ezpublish-kernel": "*"
"ezsystems/ezpublish-kernel": "*",
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-0": {"EzSystems\\BehatBundle": ""}
Expand Down

0 comments on commit ae03fb8

Please # to comment.