minor #16165 [FrameworkBundle] composer suggest fix (Miliooo)

This PR was merged into the 2.8 branch.

Discussion
----------

[FrameworkBundle] composer suggest fix

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | none
| License       | MIT
| Doc PR        | no
Since cache is now required (See https://github.com/symfony/symfony/pull/16159), it makes no sense to suggest it

Commits
-------

9786868 [FrameworkBundle] composer suggest fix
This commit is contained in:
Fabien Potencier 2015-10-07 17:35:44 +02:00
commit 491c12c510

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