composer.json allows a too-old version of twig
Closed this issue · 2 comments
parsingphase commented
composer.json requires twig 1.*, but Asm89\Twig\Lint\StubbedEnvironment::__construct calls Twig_Environment::initExtensions which appears to have been first added in Twig 1.12.0-RC1 as of fabpot/Twig@4487387
A minor issue but a possible gotcha.
asm89 commented
@parsingphase Good point. Care to send a PR? :)
parsingphase commented
Pull request replaced as I made a pig's ear of it the first time.