You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 5.3 branch.
Discussion
----------
[TwigBundle] fix auto-enabling assets/expression/routing/yaml/workflow extensions
| Q | A
| ------------- | ---
| Branch? | 5.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#41672
| License | MIT
| Doc PR | -
Since there is no config option to force-enable those extension, we cannot register them conditionally using `$container::willBeAvailable()`.
(As a general rule of thumb, `$container::willBeAvailable()` should not be used in a compiler pass.)
Commits
-------
bd8256d [TwigBundle] fix auto-enabling assets/expression/routing/yaml/workflow extensions
0 commit comments