We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7211133 commit c7acde8Copy full SHA for c7acde8
src/Symfony/Bundle/FrameworkBundle/composer.json
@@ -45,10 +45,11 @@
45
"symfony/yaml": "~2.0,>=2.0.5"
46
},
47
"suggest": {
48
- "symfony/console": "",
49
- "symfony/finder": "",
50
- "symfony/form": "",
51
- "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",
52
+ "symfony/serializer": "For using the serializer service",
53
54
"autoload": {
55
"psr-0": { "Symfony\\Bundle\\FrameworkBundle\\": "" }
0 commit comments