Skip to content

Commit

Permalink
Fix dependencies (fixes phpunit#11)
Browse files Browse the repository at this point in the history
RC1 is not compatible with @stable.
  • Loading branch information
DavidPrevot committed Mar 22, 2015
1 parent b8579ad commit 0c93dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"irc": "irc://irc.freenode.net/phpunit"
},
"require": {
"php": ">=5.2.7",
"phpunit/phpunit": ">=3.6.0RC1@stable",
"php": ">=5.3.3",
"phpunit/phpunit": ">=3.6.0@stable",
"ext-spl": "*"
},
"autoload": {
Expand Down

0 comments on commit 0c93dea

Please sign in to comment.