Skip to content

Commit

Permalink
Using stable versions of the plugins in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 22, 2015
1 parent 24aff04 commit 60b6c2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"php": ">=5.4.16",
"cakephp/cakephp": "3.0.*-dev",
"mobiledetect/mobiledetectlib": "2.*",
"cakephp/migrations": "dev-master",
"cakephp/migrations": "~1.0",
"cakephp/plugin-installer": "*"
},
"require-dev": {
"psy/psysh": "@stable",
"cakephp/debug_kit": "3.0.*-dev",
"cakephp/bake": "dev-master"
"cakephp/debug_kit": "~3.0",
"cakephp/bake": "~1.0"
},
"suggest": {
"phpunit/phpunit": "Allows automated tests to be run without system-wide install.",
Expand Down

0 comments on commit 60b6c2d

Please sign in to comment.