mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
use phpunit 4.x instead of 3.x
This commit is contained in:
committed by
Daniele Alessandri
parent
90cb71ac4a
commit
7da3da776f
+1
-1
@@ -19,7 +19,7 @@
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~3.7"
|
||||
"phpunit/phpunit": "~4.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol",
|
||||
|
||||
Reference in New Issue
Block a user