Skip to content

Commit fa37557

Browse files
committed
Removed optional CoreBundle dependency
Nothing in this bundle depends on the CoreBundle, we probably forgot to remove the dep in the past.
1 parent f7037a9 commit fa37557

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"symfony/framework-bundle": "^2.8|^3.0"
1818
},
1919
"require-dev": {
20-
"symfony-cmf/core-bundle": "^2.0",
2120
"symfony-cmf/testing": "^2.0",
2221
"doctrine/phpcr-odm": "^1.4|^2.0",
2322
"symfony/phpunit-bridge": "^3.2",
@@ -34,8 +33,7 @@
3433
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)",
3534
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
3635
"doctrine/orm": "To enable support for the ORM entities (^2.5)",
37-
"symfony-cmf/content-bundle": "To optionally use the configured value for 'content_basepath' from the CoreBundle",
38-
"symfony-cmf/core-bundle": "To use the RouteTypeType form type and for easier configuration (^2.0)"
36+
"symfony-cmf/content-bundle": "To optionally use the configured value for 'content_basepath' from the CoreBundle"
3937
},
4038
"conflict": {
4139
"doctrine/phpcr-odm": "<1.4"

0 commit comments

Comments
 (0)