Sync with PHPUnit 3.8 dependencies

This commit is contained in:
Sebastian Bergmann 2014-01-29 22:19:53 +01:00
parent 5f53aea6f9
commit e4e101ff56
2 changed files with 4 additions and 2 deletions

View File

@ -5,8 +5,10 @@ before_script:
php:
- 5.4
- 5.3
- 5.5
- hhvm
notifications:
email: false
irc: "irc.freenode.org#phpunit"

View File

@ -28,7 +28,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3"
"php": ">=5.4.7"
},
"require-dev": {
"phpunit/phpunit": "3.8.*@dev"