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
There are already issues where people are getting tripped up by not having the symfony/templating component enabled. It's not just that they need to have it installed (they don't, it's a dependency of this bundle), but they will need to add the templating config to framework.yaml.
But, as far as I can see (search the code for "templating"), the component is only used in one spot. Let's just replace it by Twig and simplify :).