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

Commit a581d29

Browse files
committed
Merge pull request #376 from felds/patch-1
Update getting-started.rst
2 parents cd1d523 + 6c4e71c commit a581d29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbook/create_new_project_phpcr_odm.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ content repository.
3434
"require": {
3535
...
3636
"doctrine/phpcr-bundle": "1.0.0",
37-
"doctrine/doctrine-bundle": "1.2.*",
3837
"doctrine/phpcr-odm": "1.0.*",
3938
"jackalope/jackalope-doctrine-dbal": "1.0.0"
4039
}

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@alpha",
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)