Skip to content

Commit 027f60d

Browse files
committed
Added missing entries to composer.json
1 parent 0c5b5ab commit 027f60d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"symfony/framework-bundle": "~2.2"
2020
},
2121
"require-dev": {
22+
"symfony-cmf/core-bundle": "~1.0.0-alpha1",
2223
"symfony-cmf/testing": "1.0.*",
2324
"sonata-project/doctrine-phpcr-admin-bundle": "1.0.*",
2425
"symfony/monolog-bundle": "2.2.*",
@@ -27,7 +28,11 @@
2728
"suggest": {
2829
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",
2930
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
31+
"doctrine/orm": "To enable support for the ORM entities",
32+
3033
"symfony-cmf/content-bundle": "To optionally use the configured value for 'content_basepath' from the CoreBundle",
34+
"symfony-cmf/core-bundle": "For compatibility with Symfony 2.2",
35+
3136
"sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin interface for the PHPCR ODM documents"
3237
},
3338
"autoload": {

0 commit comments

Comments
 (0)