[FrameworkBundle] add a suggest for the serializer component

This commit is contained in:
Lukas Kahwe Smith 2015-08-13 16:33:53 +02:00 committed by Fabien Potencier
parent 72111334b2
commit c7acde8024
1 changed files with 5 additions and 4 deletions

View File

@ -45,10 +45,11 @@
"symfony/yaml": "~2.0,>=2.0.5"
},
"suggest": {
"symfony/console": "",
"symfony/finder": "",
"symfony/form": "",
"symfony/validator": ""
"symfony/console": "For using the console commands",
"symfony/finder": "For using the translation loader and cache warmer",
"symfony/form": "For using forms",
"symfony/validator": "For using validation",
"symfony/serializer": "For using the serializer service",
},
"autoload": {
"psr-0": { "Symfony\\Bundle\\FrameworkBundle\\": "" }