PHPUnit in PHP 5.* should now work

This commit is contained in:
Ismo Vuorinen
2017-09-13 21:54:42 +03:00
parent bc6ce3d8a4
commit 4e59352f5f
2 changed files with 148 additions and 284 deletions

View File

@@ -23,6 +23,6 @@
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7 || ~6.0"
"phpunit/phpunit": "^5.7"
}
}