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

Commit

Permalink
Merge pull request #117 from symfony-cmf/prepare_release
Browse files Browse the repository at this point in the history
prepare RC
  • Loading branch information
ElectricMaxxx authored Jul 28, 2017
2 parents 74250d7 + d4d8ea7 commit be253a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^5.6|^7.0",
"symfony/framework-bundle": "^2.8|^3.0",
"sonata-project/doctrine-phpcr-admin-bundle": "^2.0",
"sonata-project/doctrine-phpcr-admin-bundle": "2.0.0-RC2",
"sonata-project/admin-bundle": "^3.6.0",
"symfony-cmf/tree-browser-bundle": "^2.0"
},
Expand Down
4 changes: 3 additions & 1 deletion tests/Resources/app/config/cmf_sonata_admin_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,6 @@ cmf_content:
phpcr:
content_basepath: /test/contents


sonata_doctrine_phpcr_admin:
document_tree:
routing_defaults: []
4 changes: 4 additions & 0 deletions tests/Resources/app/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ sonata_admin:
prefix: /admin
requirements:
id: .+

sonata_phpcr_admin_tree:
resource: '@SonataDoctrinePHPCRAdminBundle/Resources/config/routing/tree.xml'
prefix: /admin

0 comments on commit be253a2

Please sign in to comment.