mogilvie / EncryptBundle

Encryption bundle
89 stars 29 forks source link

Made Twig support optional via config #51

Closed d-kochnov-optimus closed 3 months ago

d-kochnov-optimus commented 9 months ago

Looks like the Twig support feature can't be disabled at all.

At the same time the Twig bundle is not required in the composer.json.

So, the attempt to use the EncryptBundle on apps without Twig bundle leads to the Attempted to load class "Twig_Extension" from the global namespace. error.

Can the Twig support feature be configurable? At lest in supported vesions.

mogilvie commented 4 months ago

Made optional in dev-master, will push to v3.2 in next few days.