Bump min. version of PHPUnit (require-dev).

This commit is contained in:
Daniele Alessandri
2016-05-19 11:43:29 +02:00
parent 588940c5cb
commit 47de667aea
+1 -1
View File
@@ -19,7 +19,7 @@
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~4.8"
},
"suggest": {
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol",