set PHPUnit to 8.x to use same version across all builds

Actually there are no unit tets implemented, however CI builds fail...
This commit is contained in:
Stefan Kalscheuer 2020-04-10 17:17:01 +02:00
parent 4463fa7f1f
commit 8d0e033ae9

View File

@ -23,8 +23,8 @@
"require-dev": {
"php": ">=7",
"consolidation/robo": "^2",
"phpunit/phpunit": "*",
"phpunit/php-code-coverage": "*",
"phpunit/phpunit": "^8",
"phpunit/php-code-coverage": "^7",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
"slowprog/composer-copy-file": "~0.3",
"squizlabs/php_codesniffer": "^3.5",