mirror of
https://github.com/predis/predis.git
synced 2026-09-14 04:17:14 +00:00
stick to PHPUnit 9.4.* for now
`getAnnotations()` was removed in 9.5: https://github.com/sebastianbergmann/phpunit/commit/68582043e149039cfa3596b42ed35753dcf54fb2
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
||||
"php": "^7.2 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.0 || ^9.0"
|
||||
"phpunit/phpunit": "^8.0 || ~9.4.4"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol",
|
||||
|
||||
Reference in New Issue
Block a user