Skip to content

Commit

Permalink
relax deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Aug 28, 2014
1 parent cec683c commit 1429ed4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"symfony-cmf/core-bundle": ">=1.1.0,<1.3-dev",
"symfony-cmf/routing-bundle": ">=1.2.0,<1.4-dev",
"symfony-cmf/menu-bundle": ">=1.2.0,<1.3-dev",
"symfony-cmf/content-bundle": ">=1.0.0,<1.3-dev",
"doctrine/phpcr-bundle": ">=1.1.0,<1.3-dev",
"doctrine/phpcr-odm": ">=1.1.0,<1.3-dev"
"symfony-cmf/core-bundle": "~1.1",
"symfony-cmf/routing-bundle": "~1.2",
"symfony-cmf/menu-bundle": "~1.2.0",
"symfony-cmf/content-bundle": "~1.0",
"doctrine/phpcr-bundle": "~1.1",
"doctrine/phpcr-odm": "~1.1"
},
"require-dev": {
"symfony-cmf/testing": "~1.2",
Expand Down

0 comments on commit 1429ed4

Please sign in to comment.