Use composer update instead of install with PHP7

This commit is contained in:
Benoît Burnichon
2016-05-11 15:54:31 +02:00
parent b7d1849e24
commit 2932963ecb
2 changed files with 2 additions and 2 deletions

View File

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