Matthimatiker / OpcacheBundle

Displays the PHP OPcache status in the Symfony profiler toolbar.
MIT License
22 stars 2 forks source link

symfony/tempalting is not necessary? #23

Open aeimer opened 6 years ago

aeimer commented 6 years ago

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

aeimer commented 6 years ago

Rathermore I'd suggest to depend on symfony/profiler-pack instead of templating?!

Matthimatiker commented 6 years ago

@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?

aeimer commented 6 years ago

@Matthimatiker No it dies not affect me in any way.