Przeglądaj źródła

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

Daniele Alessandri 8 lat temu
rodzic
commit
47de667aea
1 zmienionych plików z 1 dodań i 1 usunięć
  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",