pixers / PixersDoctrineProfilerBundle

Profile performance of your Doctrine's database queries
BSD 3-Clause "New" or "Revised" License
48 stars 10 forks source link

Supply DoctrineProfilerExtension with getName() implementation #1

Closed slagiewka closed 7 years ago

slagiewka commented 7 years ago

Since Twig 1.26 getName() was marked as depracated in \Twig_ExtensionInterface. Alongside, getName() implementation was added to abstract class \Twig_Extension.

For Twig versions less than 1.26 this implementation is missing. Symfony ~2.6 still supports Twig >=1.12.3.

ojrzenski commented 7 years ago

Thanks for pointing this out. There were a few more issues with support symfony 2.6. It's all fixed in v1.0.2