File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Changelog
443.x
55===
66
7+ unreleased
8+ ----------
9+
10+ * Fixed extension to depend on the DependencyInjection component rather than the HttpKernel.
11+
7123.0.1
813-----
914
Original file line number Diff line number Diff line change 3030 "require" : {
3131 "php" : " ^8.1" ,
3232 "friendsofsymfony/http-cache" : " ^2.15 || ^3.0" ,
33+ "symfony/dependency-injection" : " ^6.4 || ^7.0" ,
3334 "symfony/expression-language" : " ^6.4 || ^7.0" ,
3435 "symfony/framework-bundle" : " ^6.4 || ^7.0" ,
3536 "symfony/http-foundation" : " ^6.4 || ^7.0" ,
Original file line number Diff line number Diff line change 2525use Symfony \Component \DependencyInjection \ChildDefinition ;
2626use Symfony \Component \DependencyInjection \ContainerBuilder ;
2727use Symfony \Component \DependencyInjection \Definition ;
28+ use Symfony \Component \DependencyInjection \Extension \Extension ;
2829use Symfony \Component \DependencyInjection \Loader \XmlFileLoader ;
2930use Symfony \Component \DependencyInjection \Reference ;
30- use Symfony \Component \HttpKernel \DependencyInjection \Extension ;
3131use Symfony \Component \Routing \Generator \UrlGeneratorInterface ;
3232use Twig \TwigFunction ;
3333
You can’t perform that action at this time.
0 commit comments