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

Commit 6c4e71c

Browse files
committed
fix requires to work with minimum-stability: stable
1 parent bc70074 commit 6c4e71c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/creating_a_cms/getting-started.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ all of the required packages now.
2929
...
3030
require: {
3131
...
32-
"symfony-cmf/routing-auto-bundle": "1.0.0-alpha10 as 1.0.0",
32+
"symfony-cmf/routing-auto-bundle": "1.0.*@alpha",
3333
"symfony-cmf/menu-bundle": "1.0",
3434
"sonata-project/doctrine-phpcr-admin-bundle": "dev-master",
35+
"symfony-cmf/tree-browser-bundle": "~1.1.0@dev",
3536
"doctrine/data-fixtures": "1.0.0",
3637
3738
"doctrine/phpcr-odm": "dev-master as 1.0.0",

0 commit comments

Comments
 (0)