Allow PHPUnit 9

This commit is contained in:
Dries Vints
2020-10-29 17:00:39 +01:00
parent aef279a6cf
commit 27338d9a99

View File

@@ -18,7 +18,7 @@
"fakerphp/faker": "^1.9.1",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^3.0",
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.0|^9.3"
},
"config": {
"optimize-autoloader": true,