Skip to content

Commit

Permalink
Bump PHP requirement to at least 5.6
Browse files Browse the repository at this point in the history
It's rather pointless to support PHP versions below the framework's minimum requriement
https://book.cakephp.org/3.0/en/installation.html#requirements
  • Loading branch information
ravage84 authored Oct 12, 2017
1 parent 4a681e0 commit 7a40120
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 @@ -18,7 +18,7 @@
"source": "https://github.com/cakephp/cakephp-codesniffer"
},
"require": {
"php": ">=5.4",
"php": ">=5.6",
"squizlabs/php_codesniffer": "^3.0.0"
},
"require-dev": {
Expand Down

0 comments on commit 7a40120

Please sign in to comment.