Closed Wirone closed 8 years ago
this is resolved on master, so all that is needed is a new tag release tag and this should go away
@SpacePossum as far as I see in master
's latest commit there's still the same Twig extending like mentioned above, which will produce deprecation warnings.
Indeed, I looked in the wrong branch, on 1.x addFilter
is not used, but addExtension
, sorry!
Silex\Provider\WebProfilerServiceProvider::register()
(v2.0.4) produces deprecation warningswhen Twig is extended:
Maybe
Twig_Environment::VERSION
can be checked and Twig could be extended in proper way if>=1.21
?