瀏覽代碼

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"
     },
     "require-dev": {
-        "phpunit/phpunit": "~4.0"
+        "phpunit/phpunit": "~4.8"
     },
     "suggest": {
         "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol",