Skip to content

Commit

Permalink
Add PHPUnit 4.0.* to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas authored and terite committed Apr 7, 2014
1 parent a277bf2 commit 73f0145
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
},
"autoload": {
"psr-0": {
"Faker": "src/",
Expand Down

0 comments on commit 73f0145

Please sign in to comment.