File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ class_exists(WorkflowEvents::class) ? WorkflowEvents::ALIASES : []
110
110
->set ('url_helper ' , UrlHelper::class)
111
111
->args ([
112
112
service ('request_stack ' ),
113
- service ('router.request_context ' )->ignoreOnInvalid (),
113
+ service ('router ' )->ignoreOnInvalid (),
114
114
])
115
115
->alias (UrlHelper::class, 'url_helper ' )
116
116
Original file line number Diff line number Diff line change 24
24
"symfony/deprecation-contracts" : " ^2.1|^3" ,
25
25
"symfony/event-dispatcher" : " ^5.1|^6.0" ,
26
26
"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 " ,
28
28
"symfony/http-kernel" : " ^5.4|^6.0" ,
29
29
"symfony/polyfill-mbstring" : " ~1.0" ,
30
30
"symfony/polyfill-php80" : " ^1.16" ,
You can’t perform that action at this time.
0 commit comments