asm89 / twig-cache-extension

The missing cache extension for Twig. Caching template fragments with Twig.
MIT License
388 stars 27 forks source link

Referencing the "Asm89\Twig\CacheExtension\Extension" extension by it… #38

Closed canuonifeng closed 7 years ago

canuonifeng commented 7 years ago

…s name (defined by getName()) is deprecated since 1.26 and will be removed in Twig 2.0. Use the Fully Qualified Extension Class Name instead.

rvanlaak commented 7 years ago

In case of using the FQCN, can you bump php to >=5.5.9 too?

DenysMedvid commented 7 years ago

There is same fix in this PR https://github.com/asm89/twig-cache-extension/pull/37

asm89 commented 7 years ago

37 was merged 👍

joaomramos commented 7 years ago

@asm89, when are you planning to release this fix?

rvanlaak commented 7 years ago

@joaomramos see #37 ?

joaomramos commented 7 years ago

yes, @rvanlaak.

37 seems to be a valid solution if we do not bump the PHP version, but there are no release yet.