diff --git a/src/TwigComponent/CHANGELOG.md b/src/TwigComponent/CHANGELOG.md index 59e27295b50..9e00570249a 100644 --- a/src/TwigComponent/CHANGELOG.md +++ b/src/TwigComponent/CHANGELOG.md @@ -11,6 +11,7 @@ - Remove method `ComponentAttributes::add()`, use `{{ attributes.defaults(stimulus_controller('...')) }}` instead - The `ComponentTemplateFinder` does not accept `Twig\Environment` as first argument anymore, pass a `LoaderInterface` instead - The `ComponentTemplateFinder` does not accept a nullable `directory` argument anymore, pass a string instead +- Remove old compatibility layer with deprecated `StimulusTwigExtension` from WebpackEncoreBundle ^1.0, use StimulusBundle instead ## 2.30 diff --git a/src/TwigComponent/composer.json b/src/TwigComponent/composer.json index bd3b19f6fc4..a049345495d 100644 --- a/src/TwigComponent/composer.json +++ b/src/TwigComponent/composer.json @@ -40,8 +40,7 @@ "symfony/framework-bundle": "^6.4|^7.0|^8.0", "symfony/phpunit-bridge": "^7.2|^8.0", "symfony/stimulus-bundle": "^2.9.1", - "symfony/twig-bundle": "^6.4|^7.0|^8.0", - "symfony/webpack-encore-bundle": "^1.15|^2.3.0" + "symfony/twig-bundle": "^6.4|^7.0|^8.0" }, "conflict": { "symfony/config": "<6.4"