Skip to content

Commit

Permalink
relax version reqs to be compatible with cmf 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Cappello committed Dec 5, 2014
1 parent 0dd64f5 commit c2816bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"symfony-cmf/core-bundle": "1.2.*",
"symfony-cmf/core-bundle": "~1.1",
"symfony-cmf/routing-auto-bundle": "1.0.*",
"doctrine/phpcr-bundle": "~1.1",
"doctrine/phpcr-odm": "~1.1"
},
"require-dev": {
"symfony-cmf/testing": "1.2.*",
"sonata-project/doctrine-phpcr-admin-bundle": "1.2.*",
"symfony-cmf/core-bundle": "1.2.*"
"symfony-cmf/testing": "~1.1",
"sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
"symfony-cmf/core-bundle": "~1.1"
},
"suggest": {
"sonata-project/doctrine-phpcr-admin-bundle": "For sonata administration"
Expand Down

0 comments on commit c2816bf

Please sign in to comment.