Skip to content

Commit 7705f17

Browse files
giosh94mhznicolas-grekas
authored andcommitted
[HttpFoundation] UrlHelper is now aware of RequestContext changes
1 parent afcdaa3 commit 7705f17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/config/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class_exists(WorkflowEvents::class) ? WorkflowEvents::ALIASES : []
110110
->set('url_helper', UrlHelper::class)
111111
->args([
112112
service('request_stack'),
113-
service('router.request_context')->ignoreOnInvalid(),
113+
service('router')->ignoreOnInvalid(),
114114
])
115115
->alias(UrlHelper::class, 'url_helper')
116116

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/deprecation-contracts": "^2.1|^3",
2525
"symfony/event-dispatcher": "^5.1|^6.0",
2626
"symfony/error-handler": "^4.4.1|^5.0.1|^6.0",
27-
"symfony/http-foundation": "^5.3|^6.0",
27+
"symfony/http-foundation": "^5.4.24|^6.2.11",
2828
"symfony/http-kernel": "^5.4|^6.0",
2929
"symfony/polyfill-mbstring": "~1.0",
3030
"symfony/polyfill-php80": "^1.16",

0 commit comments

Comments
 (0)