Skip to content

Commit

Permalink
update minimum php version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgrainger committed Mar 27, 2018
1 parent 49c943d commit 9086627
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 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0"
"php": ">=5.6"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.8",
Expand Down

0 comments on commit 9086627

Please sign in to comment.