KnpLabs / KnpTimeBundle

Provides helpers for time manipulation
http://knplabs.com
MIT License
599 stars 107 forks source link

`Symfony\Component\Templating\Helper\Helper` usage is deprecated #208

Open Rikijs opened 6 months ago

Rikijs commented 6 months ago

After Symfony upgrade to v6.4 got this deprecation notice:

The "Knp\Bundle\TimeBundle\Templating\Helper\TimeHelper" class extends "Symfony\Component\Templating\Helper\Helper" that is deprecated since Symfony 6.4, use Twig instead.

kbond commented 6 months ago

Hey @Rikijs, upgrading to 2.x if this bundle will fix this deprecation.

Rikijs commented 6 months ago

Thank you, this is indeed fixed!