浏览代码

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

Daniele Alessandri 8 年之前
父节点
当前提交
47de667aea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      composer.json

+ 1 - 1
composer.json

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