Skip to content

Commit 2fbbc40

Browse files
committed
bug #3105 [TwigComponent] Remove dev-dependency on WebpackEncoreBundle (Kocal)
This PR was merged into the 3.x branch. Discussion ---------- [TwigComponent] Remove dev-dependency on WebpackEncoreBundle | Q | A | -------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Follow #3040 Commits ------- e86572d [TwigComponent] Remove dev-dependency on WebpackEncoreBundle
2 parents a4bd38f + e86572d commit 2fbbc40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/TwigComponent/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Remove method `ComponentAttributes::add()`, use `{{ attributes.defaults(stimulus_controller('...')) }}` instead
1212
- The `ComponentTemplateFinder` does not accept `Twig\Environment` as first argument anymore, pass a `LoaderInterface` instead
1313
- The `ComponentTemplateFinder` does not accept a nullable `directory` argument anymore, pass a string instead
14+
- Remove old compatibility layer with deprecated `StimulusTwigExtension` from WebpackEncoreBundle ^1.0, use StimulusBundle instead
1415

1516
## 2.30
1617

src/TwigComponent/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
4141
"symfony/phpunit-bridge": "^7.2|^8.0",
4242
"symfony/stimulus-bundle": "^2.9.1",
43-
"symfony/twig-bundle": "^6.4|^7.0|^8.0",
44-
"symfony/webpack-encore-bundle": "^1.15|^2.3.0"
43+
"symfony/twig-bundle": "^6.4|^7.0|^8.0"
4544
},
4645
"conflict": {
4746
"symfony/config": "<6.4"

0 commit comments

Comments
 (0)