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

Commit 63103ee

Browse files
committed
Merge pull request #229 from symfony-cmf/fix_lower
Fix lower
2 parents 9641a1a + 2fd1749 commit 63103ee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@
1818
"symfony/framework-bundle": "~2.3",
1919
"doctrine/phpcr-bundle": "~1.1",
2020
"doctrine/phpcr-odm": "~1.1",
21-
"knplabs/knp-menu-bundle": "~2.0,>=2.0.0",
22-
"knplabs/knp-menu": "~2.0,>=2.0.0",
23-
"symfony-cmf/core-bundle": "~1.1,>=1.1.0"
21+
"knplabs/knp-menu-bundle": "~2.0,>=2.0.0@stable",
22+
"knplabs/knp-menu": "~2.0,>=2.0.0@stable",
23+
"symfony-cmf/core-bundle": "~1.1,>=1.1.0-RC3"
2424
},
2525
"require-dev": {
2626
"twig/twig": "~1.12,>=1.12.1",
27-
"symfony-cmf/routing-bundle": "~1.2,>=1.2.0",
27+
"symfony-cmf/routing-bundle": "~1.2,>=1.2.0-RC3",
2828
"symfony-cmf/testing": "~1.2,>=1.2.6",
2929
"sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
30+
"symfony-cmf/tree-browser-bundle": ">=1.0.0-RC1",
3031
"sonata-project/block-bundle": ">=2.2.8",
3132
"sonata-project/core-bundle": ">=2.2.3",
3233
"symfony/monolog-bundle": "~2.3"

0 commit comments

Comments
 (0)