[Routing] added a suggestion to add the HttpFoundation component.

This commit is contained in:
Hugo Hamon 2016-02-03 14:12:30 +02:00
parent 114e5d68d2
commit a45e8bbc34

View File

@ -31,6 +31,7 @@
"symfony/config": "<2.7"
},
"suggest": {
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/config": "For using the all-in-one router or any loader",
"symfony/yaml": "For using the YAML loader",
"symfony/expression-language": "For using expression matching",