Changed PHPUnit dependency to use either 7 or 8.

This commit is contained in:
Basilius Sauter
2019-06-27 14:25:16 +02:00
parent a375cb98cd
commit fc73f86ffa
3 changed files with 47 additions and 96 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
],
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^7.0|^8.0",
"phpunit/php-code-coverage": "*",
"friendsofphp/php-cs-fixer": "*"
}