Skip to content

Commit c7acde8

Browse files
lsmith77fabpot
authored andcommitted
[FrameworkBundle] add a suggest for the serializer component
1 parent 7211133 commit c7acde8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@
4545
"symfony/yaml": "~2.0,>=2.0.5"
4646
},
4747
"suggest": {
48-
"symfony/console": "",
49-
"symfony/finder": "",
50-
"symfony/form": "",
51-
"symfony/validator": ""
48+
"symfony/console": "For using the console commands",
49+
"symfony/finder": "For using the translation loader and cache warmer",
50+
"symfony/form": "For using forms",
51+
"symfony/validator": "For using validation",
52+
"symfony/serializer": "For using the serializer service",
5253
},
5354
"autoload": {
5455
"psr-0": { "Symfony\\Bundle\\FrameworkBundle\\": "" }

0 commit comments

Comments
 (0)