Skip to content

Commit

Permalink
php 5.6 instead of php 5.4 as minimum requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrider committed Dec 18, 2015
1 parent 17eae80 commit eca1ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.4"
"php": ">=5.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit eca1ea6

Please sign in to comment.