Browse Source

phpunit 5.1.* -> ^4.8 to support php 5.4 & 5.5

Fabian Peter Hammerle 8 years ago
parent
commit
9d34bb4815
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -12,7 +12,7 @@
         "yiisoft/yii2": "^2.0"
     },
     "require-dev": {
-        "phpunit/phpunit": "5.1.*",
+        "phpunit/phpunit": "^4.8",
         "fphammerle/helpers": "^1.2"
     },
     "autoload": {