Browse Source

use phpunit 4.x instead of 3.x

thbourlove 10 years ago
parent
commit
dbb802f0f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -16,7 +16,7 @@
         "php": ">=5.3.2"
         "php": ">=5.3.2"
     },
     },
     "require-dev": {
     "require-dev": {
-        "phpunit/phpunit": "~3.7"
+        "phpunit/phpunit": "~4.0"
     },
     },
     "suggest": {
     "suggest": {
         "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol",
         "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol",