Skip to content

Commit

Permalink
Update PHP version to match core's requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 9, 2015
1 parent 9b91f8e commit 9404275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Template/Bake/Plugin/composer.json.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"description": "<%= $plugin %> plugin for CakePHP",
"type": "cakephp-plugin",
"require": {
"php": ">=5.4",
"php": ">=5.4.16",
"cakephp/cakephp": "~3.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion tests/comparisons/Plugin/SimpleExample/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SimpleExample plugin for CakePHP",
"type": "cakephp-plugin",
"require": {
"php": ">=5.4",
"php": ">=5.4.16",
"cakephp/cakephp": "~3.0"
},
"require-dev": {
Expand Down

0 comments on commit 9404275

Please sign in to comment.