Skip to content

Commit

Permalink
Simplify PHP requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 6, 2015
1 parent 4f4658d commit d674e2b
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 @@ -13,7 +13,7 @@
],
"require": {
"cakephp/cakephp": "~3.0",
"php": ">=5.4.0",
"php": ">=5.4",
"league/flysystem": "*"
},
"require-dev": {
Expand Down

0 comments on commit d674e2b

Please sign in to comment.