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

Commit

Permalink
relax the dependencies to allow minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Aug 20, 2014
1 parent 5b75afe commit f81a319
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",
"doctrine/phpcr-bundle": ">=1.1.0,<1.3-dev",
"doctrine/phpcr-odm": ">=1.1.0,<1.3-dev",
"knplabs/knp-menu-bundle": "1.1.*",
"symfony-cmf/core-bundle": ">=1.1.0,<1.3-dev"
"doctrine/phpcr-bundle": "~1.1",
"doctrine/phpcr-odm": "~1.1",
"knplabs/knp-menu-bundle": "~1.1",
"symfony-cmf/core-bundle": "~1.1"
},
"require-dev": {
"symfony-cmf/routing-bundle": "1.2.*",
"symfony-cmf/testing": "1.1.*",
"sonata-project/doctrine-phpcr-admin-bundle": "1.1.*",
"symfony/monolog-bundle": "2.3.*"
"symfony-cmf/routing-bundle": "~1.2",
"symfony-cmf/testing": "~1.1",
"sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
"symfony/monolog-bundle": "~2.3"
},
"suggest": {
"sonata-project/doctrine-phpcr-admin-bundle": "if you want to have editing capabilities",
Expand Down

0 comments on commit f81a319

Please sign in to comment.