Skip to content

Commit

Permalink
Fixed required PHP version in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayne committed Dec 13, 2017
1 parent 0539cd4 commit f1b7e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "http://fatfreeframework.com/",
"license": "GPL-3.0",
"require": {
"php": ">=5.3.6"
"php": ">=5.4"
},
"repositories": [
{
Expand Down

0 comments on commit f1b7e45

Please sign in to comment.