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

Commit f7bd490

Browse files
committed
relax requirement on corebundle
1 parent 2a84220 commit f7bd490

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"require": {
1717
"php": ">=5.3.3",
1818
"symfony/framework-bundle": "~2.3",
19-
"doctrine/phpcr-bundle": "1.1.*",
20-
"doctrine/phpcr-odm": "1.1.*",
19+
"doctrine/phpcr-bundle": ">=1.1.0,<1.3-dev",
20+
"doctrine/phpcr-odm": ">=1.1.0,<1.3-dev",
2121
"knplabs/knp-menu-bundle": "1.1.*",
22-
"symfony-cmf/core-bundle": ">=1.1.0,<1.2-dev"
22+
"symfony-cmf/core-bundle": ">=1.1.0,<1.3-dev"
2323
},
2424
"require-dev": {
2525
"symfony-cmf/routing-bundle": "1.2.*",

0 commit comments

Comments
 (0)