Use PHPUnit 9.

This commit is contained in:
Raza Mehdi
2020-08-14 21:59:48 +05:00
parent f01a0cf5d0
commit 882d59001f
+1 -1
View File
@@ -31,7 +31,7 @@
"php": "^7.2 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.0 || ^9.0"
},
"suggest": {
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol",