File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 19
19
"symfony/framework-bundle" : " ~2.2"
20
20
},
21
21
"require-dev" : {
22
+ "symfony-cmf/core-bundle" : " ~1.0.0-alpha1" ,
22
23
"symfony-cmf/testing" : " 1.0.*" ,
23
24
"sonata-project/doctrine-phpcr-admin-bundle" : " 1.0.*" ,
24
25
"symfony/monolog-bundle" : " 2.2.*" ,
27
28
"suggest" : {
28
29
"doctrine/phpcr-odm" : " To enable support for the PHPCR ODM documents" ,
29
30
"doctrine/phpcr-bundle" : " To enable support for the PHPCR ODM documents" ,
31
+ "doctrine/orm" : " To enable support for the ORM entities" ,
32
+
30
33
"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
+
31
36
"sonata-project/doctrine-phpcr-admin-bundle" : " To provide an admin interface for the PHPCR ODM documents"
32
37
},
33
38
"autoload" : {
You can’t perform that action at this time.
0 commit comments