Open dieterve opened 7 years ago
Yeah Twig had some late-minute breaking changes :(
Is Twig 2.0 compatibility still in the works?
Any update @barryvdh ? Since the missing method got added to TwigBrigde/Twig/Loader this seems to work fine.
For now stick with v1. I'll try to create a new version soon.
@barryvdh Did you manage to make progress on this or can we provide help? :)
Seems to work for us as-is on master; I forked to change the twig dep to v2 in the composer.json, just waiting for the same to be added upstream here before we can switch back.
Any updates on this?
Bumping for 2018.
@barryvdh One year on - any news on this? :)
TwigBridge\Twig\Loader
is implementingTwig_LoaderInterface
which requires the methodgetSourceContext
to be implemented:This start happening after a
composer update
which bumped my Laravel project twig version:I locked my version of twig to
1.30
to workaround this.