add symfony/yaml suggestion to composer.json

The config:debug and yaml:lint commands use classes from the Yaml
component. Therefore, the installation of these packages should be
suggested to the user.
This commit is contained in:
Christian Flothmann 2014-08-08 22:59:22 +02:00
parent 5ca28c0d71
commit dcce0357df
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
"symfony/finder": "For using the translation loader and cache warmer",
"symfony/form": "For using forms",
"symfony/validator": "For using validation",
"symfony/yaml": "For using the config:debug and yaml:lint commands",
"doctrine/cache": "For using alternative cache drivers"
},
"autoload": {