Skip to content

Commit

Permalink
try to fix phpunit verison requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Feb 4, 2017
1 parent 002ab8e commit 2a3c76b
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.0",
"phpunit/phpunit": "<6.0",
"cakephp/cakephp-codesniffer": "~2.1"
},
"autoload": {
Expand Down

0 comments on commit 2a3c76b

Please sign in to comment.