minor #17664 [Routing] added a suggestion to add the HttpFoundation component. (hhamon)

This PR was merged into the 2.7 branch.

Discussion
----------

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

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

Commits
-------

a45e8bb [Routing] added a suggestion to add the HttpFoundation component.
This commit is contained in:
Fabien Potencier 2016-02-04 08:01:18 +01:00
commit a1e4560cf5
1 changed files with 1 additions and 0 deletions

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",