Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Require CakePHP~3.0 instead of dev version (to match the final 3.0 released a few days ago);
Changed CakePHP from "require-dev" to "require" since CakePHP is needed to run this Plugin.
  • Loading branch information
icaroscherma committed Mar 24, 2015
1 parent 7eee47d commit 3c4dcf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
}
],
"require": {
"php": ">=5.4.0"
"php": ">=5.4.0",
"cakephp/cakephp": "~3.0"
},
"require-dev": {
"cakephp/cakephp": "3.0.*-dev",
"phpunit/phpunit": "4.1.*"
},
"autoload": {
Expand Down

0 comments on commit 3c4dcf7

Please # to comment.