[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
This commit is contained in:
Michiel Boeckaert 2015-10-07 17:07:32 +02:00
parent 5326df084e
commit 97868686a8

View File

@ -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\\": "" }