Allow PHPUnit 9

This commit is contained in:
Dries Vints 2020-10-29 17:00:39 +01:00
parent aef279a6cf
commit 27338d9a99
No known key found for this signature in database
GPG Key ID: E1529B3ACC4A5A76
1 changed files with 1 additions and 1 deletions

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,