assetic icon indicating copy to clipboard operation
assetic copied to clipboard

Not compatible with Twig 2.*

Open ostrolucky opened this issue 8 years ago • 1 comments

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

ostrolucky avatar Jan 28 '17 13:01 ostrolucky

Possible Duplicate of #835

elkangaroo avatar Feb 24 '17 18:02 elkangaroo