Skip to content

Commit f6bade0

Browse files
committed
minor symfony#15543 [FrameworkBundle] add a suggest for the serializer component (lsmith77)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes symfony#15543). Discussion ---------- [FrameworkBundle] add a suggest for the serializer component | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | - | Fixed tickets | failing .. but due to unrelated issues in the 2.7 branch | License | MIT | Doc PR | - Commits ------- c7acde8 [FrameworkBundle] add a suggest for the serializer component
2 parents 7211133 + c7acde8 commit f6bade0

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)