Skip to content

Commit

Permalink
require at least php 5.5 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Dec 14, 2015
1 parent ac48bf7 commit 3fdfc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=5.4.0"
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
Expand Down

0 comments on commit 3fdfc54

Please sign in to comment.