Allow PHPUnit v5

This commit is contained in:
Emanuele Minotto 2016-03-29 12:13:54 +02:00
parent 37f9078c76
commit 0f2cbfc513
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"php" : "~5.5|~7.0"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
"phpunit/phpunit" : "~4.0||~5.0",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.3"
},