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
minor #313 [Twig] throw error if twig-bundle is not installed (kbond)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
[Twig] throw error if twig-bundle is not installed
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Tickets | n/a
| License | MIT
Ran into an issue with `ContainerBuilder::willBeAvailable()` and `ux-live-component`'s test suite when requiring `symfony/twig-bundle` directly. Not perfect but throwing an exception on container build if `twig-bundle` is not available seemed like the easiest solution.
Commits
-------
1efa02a [Twig] throw error if twig-bundle is not installed
0 commit comments