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 #180 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 9a5c189 + 437d1a9 commit 6626e63
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"sonata-project/seo-bundle": "1.1.*",
"doctrine/collections": "1.*"
"doctrine/collections": "~1.0"
},
"require-dev": {
"symfony-cmf/testing": "dev-master",
"doctrine/phpcr-bundle": "1.1.*",
"doctrine/phpcr-odm": "1.1.*",
"doctrine/orm": "2.4.*",
"sonata-project/doctrine-phpcr-admin-bundle": "1.1.*",
"symfony-cmf/routing-bundle": "1.2.*",
"symfony-cmf/core-bundle": "1.1.*",
"symfony-cmf/testing": "~1.1",
"doctrine/phpcr-bundle": "~1.1",
"doctrine/phpcr-odm": "~1.1",
"doctrine/orm": "~2.4",
"sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
"symfony-cmf/routing-bundle": "~1.2",
"symfony-cmf/core-bundle": "~1.1",
"matthiasnoback/symfony-dependency-injection-test": "0.*",
"matthiasnoback/symfony-config-test": "0.*",
"burgov/key-value-form-bundle": "1.0.*"
"burgov/key-value-form-bundle": "~1.0"
},
"suggest": {
"symfony-cmf/core-bundle": "When using the provided PHPCR-ODM document",
"sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin extension for the seo metadata",
"doctrine/phpcr-bundle": "To persist the metadata in PHPCR ODM documents",
"doctrine/doctrine-bundle": "To persist the metadata in ORM entities",
"doctrine/orm": "2.4.*",
"doctrine/orm": "To persist the metadata in ORM entities, ~2.4",
"burgov/key-value-form-bundle": "To edit the seo metadata 'extra' fields"
},
"autoload": {
Expand Down

0 comments on commit 6626e63

Please sign in to comment.