Sync with PHPUnit 3.8 dependencies
This commit is contained in:
parent
5f53aea6f9
commit
e4e101ff56
|
|
@ -5,8 +5,10 @@ before_script:
|
|||
|
||||
php:
|
||||
- 5.4
|
||||
- 5.3
|
||||
- 5.5
|
||||
- hhvm
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
irc: "irc.freenode.org#phpunit"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
],
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
"php": ">=5.4.7"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.8.*@dev"
|
||||
|
|
|
|||
Loading…
Reference in New Issue