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

Commit be253a2

Browse files
Merge pull request #117 from symfony-cmf/prepare_release
prepare RC
2 parents 74250d7 + d4d8ea7 commit be253a2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "^5.6|^7.0",
1616
"symfony/framework-bundle": "^2.8|^3.0",
17-
"sonata-project/doctrine-phpcr-admin-bundle": "^2.0",
17+
"sonata-project/doctrine-phpcr-admin-bundle": "2.0.0-RC2",
1818
"sonata-project/admin-bundle": "^3.6.0",
1919
"symfony-cmf/tree-browser-bundle": "^2.0"
2020
},

tests/Resources/app/config/cmf_sonata_admin_integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,6 @@ cmf_content:
119119
phpcr:
120120
content_basepath: /test/contents
121121

122-
122+
sonata_doctrine_phpcr_admin:
123+
document_tree:
124+
routing_defaults: []

tests/Resources/app/config/routing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ sonata_admin:
1212
prefix: /admin
1313
requirements:
1414
id: .+
15+
16+
sonata_phpcr_admin_tree:
17+
resource: '@SonataDoctrinePHPCRAdminBundle/Resources/config/routing/tree.xml'
18+
prefix: /admin

0 commit comments

Comments
 (0)