From 97868686a8d31a17e1c01fc006cba75574905f2d Mon Sep 17 00:00:00 2001 From: Michiel Boeckaert Date: Wed, 7 Oct 2015 17:07:32 +0200 Subject: [PATCH] [FrameworkBundle] composer suggest fix | Q | A | ------------- | --- | Bug fix? | [yes] | New feature? | [yes|no] | BC breaks? | [yes|no] Since cache is now required, it makes no sense to suggest it --- src/Symfony/Bundle/FrameworkBundle/composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index 1f7af82aaf..3f529db8c1 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -55,8 +55,7 @@ "symfony/form": "For using forms", "symfony/serializer": "For using the serializer service", "symfony/validator": "For using validation", - "symfony/yaml": "For using the debug:config and lint:yaml commands", - "doctrine/cache": "For using alternative cache drivers" + "symfony/yaml": "For using the debug:config and lint:yaml commands" }, "autoload": { "psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" }