kriswallsmith / assetic

Asset Management for PHP
MIT License
3.75k stars 555 forks source link

Not compatible with Twig 2.* #842

Open ostrolucky opened 7 years ago

ostrolucky commented 7 years ago

class AsseticFilterFunction extends \Twig_SimpleFunction, which is final class since Twig 2.0

https://github.com/kriswallsmith/assetic/blob/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1/src/Assetic/Extension/Twig/AsseticFilterFunction.php#L14

I have no idea why this didn't fail on travis before

elkangaroo commented 7 years ago

Possible Duplicate of #835