Browse Source

Improving version constraint for php so that we can still test in php 5.5

Jose Lorenzo Rodriguez 9 years ago
parent
commit
fe6ac71878
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -30,7 +30,7 @@
         "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation."
     },
     "require-dev": {
-        "phpunit/phpunit": "~5.7.0",
+        "phpunit/phpunit": "^5.6",
         "cakephp/cakephp-codesniffer": "~2.1"
     },
     "autoload": {