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
I run a symfony/flex app, I require the "symfony/twig-bundle": "^4.1" bundle.
I think in that case the symfony/tempalting package is not necessary, right?
I hadn't to configure the framework: templating: { engines: ['twig'] } option.
Is it possible to not install the templating package?
Best regards
The text was updated successfully, but these errors were encountered:
aeimer
changed the title
symfony/tempalting is not necessar?
symfony/tempalting is not necessary?
Sep 7, 2018
@aeimer Thanks for letting us know! Does the symfony/templating package currently affect you in a negative way, except that it is downloaded although not needed?
Switching to symfony/profiler-pack might be a good idea to avoid the dependency. @xkons could you have a look into that, if you find some time?
Hello,
I run a symfony/flex app, I require the
"symfony/twig-bundle": "^4.1"
bundle.I think in that case the
symfony/tempalting
package is not necessary, right?I hadn't to configure the
framework: templating: { engines: ['twig'] }
option.Is it possible to not install the
templating
package?Best regards
The text was updated successfully, but these errors were encountered: