Open gondo opened 7 years ago
only works for "twig/twig": "<2.0"
arf, I forgot that we add a class extending it here, and that Twig made them final.
the work is almost done to get rid of it. I will work on it this evening. In the meantime, stick to Twig 1.x
Any update on when this will get fixed?
Symfony 3.3 now triggers an error for this.
The "Twig_TokenParser_Include" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Twig_TokenParser_Embed"
This can be easily fix with this patch: https://github.com/kriswallsmith/assetic/pull/854
Hey @stof, do you have an update on this?
after running
composer update
on my project and after runningapp/console --env=test cache:clear
it failed with this error: