Skip to content

Commit a1e4560

Browse files
committed
minor symfony#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.
2 parents 9983cfb + a45e8bb commit a1e4560

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Routing/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"symfony/config": "<2.7"
3232
},
3333
"suggest": {
34+
"symfony/http-foundation": "For using a Symfony Request object",
3435
"symfony/config": "For using the all-in-one router or any loader",
3536
"symfony/yaml": "For using the YAML loader",
3637
"symfony/expression-language": "For using expression matching",

0 commit comments

Comments
 (0)