asm89/twig-lint

composer.json allows a too-old version of twig

Closed this issue · 2 comments

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.

@parsingphase Good point. Care to send a PR? :)

Pull request replaced as I made a pig's ear of it the first time.