Fix PHPUnit version requirement for PHP 5.5.9

This commit is contained in:
Thibaud Fabre
2016-09-28 20:03:33 +02:00
parent 73826d535c
commit 891db517e4
2 changed files with 44 additions and 242 deletions

View File

@@ -104,7 +104,7 @@
},
"require-dev": {
"mikey179/vfsStream": "~1.5",
"phpunit/phpunit": "^4.8|^5.0"
"phpunit/phpunit": "^4.8"
},
"autoload": {
"psr-0": {