OpcacheBundle
OpcacheBundle copied to clipboard
symfony/tempalting is not necessary?
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
Rathermore I'd suggest to depend on symfony/profiler-pack instead of templating?!
@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?
@Matthimatiker No it dies not affect me in any way.