Skip to content

Commit

Permalink
Improving version constraint for php so that we can still test in php…
Browse files Browse the repository at this point in the history
… 5.5
  • Loading branch information
lorenzo committed Feb 3, 2017
1 parent 3cefc17 commit fe6ac71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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": {
Expand Down

0 comments on commit fe6ac71

Please sign in to comment.