Skip to content

Commit 8f84f6e

Browse files
authored
Merge pull request #384 from symfony-cmf/cleanup-deps
Cleanup deps
2 parents f7037a9 + 274d902 commit 8f84f6e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,11 @@
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",
2423
"matthiasnoback/symfony-dependency-injection-test": "~0.6",
2524
"matthiasnoback/symfony-config-test": "^1.3.1",
26-
"phpunit/php-code-coverage": "@stable",
27-
"symfony/monolog-bundle": "^2.3|^3.0",
2825
"doctrine/orm": "^2.5",
2926
"doctrine/data-fixtures": "^1.0.0"
3027
},
@@ -34,8 +31,7 @@
3431
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)",
3532
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
3633
"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)"
34+
"symfony-cmf/content-bundle": "To optionally use the configured value for 'content_basepath' from the CoreBundle"
3935
},
4036
"conflict": {
4137
"doctrine/phpcr-odm": "<1.4"

0 commit comments

Comments
 (0)