Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #117 from symfony-cmf/relax_deps
Browse files Browse the repository at this point in the history
relax the dependencies to allow minor updates
  • Loading branch information
lsmith77 committed Aug 20, 2014
2 parents ed5c8bb + 4551fef commit 08c2850
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"symfony-cmf/core-bundle": ">=1.0.0,<1.3-dev"
"symfony-cmf/core-bundle": "~1.0"
},
"require-dev": {
"symfony-cmf/testing": "1.1.*",
"doctrine/phpcr-bundle": "1.1.*",
"doctrine/phpcr-odm": "1.1.*",
"sonata-project/doctrine-phpcr-admin-bundle": "1.1.*",
"symfony-cmf/menu-bundle": "1.1.*",
"symfony-cmf/routing-bundle": "1.2.*",
"symfony/monolog-bundle": "2.3.*"
"symfony-cmf/testing": "~1.1",
"doctrine/phpcr-bundle": "~1.1",
"doctrine/phpcr-odm": "~1.1",
"sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
"symfony-cmf/menu-bundle": "~1.1",
"symfony-cmf/routing-bundle": "~1.2",
"symfony/monolog-bundle": "~2.3"
},
"suggest": {
"symfony-cmf/menu-bundle": "Have editable menus for content",
Expand Down

0 comments on commit 08c2850

Please sign in to comment.