try to find a phpunit version that is compatible with both PHP 5.5 and HHVM

This commit is contained in:
El RIDO
2016-07-05 17:33:55 +02:00
parent 5046091728
commit 0730d6b8d2
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"require-dev": {
"phpunit/phpunit": "5.4.*",
"phpunit/phpunit": "4.8.*",
"codacy/coverage": "dev-master"
}
}