Skip to content

Commit

Permalink
bump minimum php requirement to 5.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Dec 6, 2015
1 parent c0442bd commit 0879059
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@
"homepage": "http://cakephp.org"
}
],
"support": {
"issues": "https://github.com/cakephp/chronos/issues",
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/chronos"
},
"require": {
"php": ">=5.5.0"
"php": ">=5.5.8"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit 0879059

Please sign in to comment.