minor #11623 add symfony/yaml suggestion to composer.json (xabbuh)

This PR was merged into the 2.5 branch.

Discussion
----------

add symfony/yaml suggestion to composer.json

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

dcce035 add symfony/yaml suggestion to composer.json
This commit is contained in:
Fabien Potencier 2014-08-09 12:38:44 +02:00
commit 2cf1205ef5
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": {