The class PhoneNumberHelper which extends Symfony\Component\Templating\Helper\HelperInterface and is used in the context of a twig extension force the installation of symfony/templating.
Problem: Symfony templating is going to be deprecated (that's why the twig part does not require it anymore).
We should find a smooth solution to make work the bundle without the need of templating component. My first idea is to use a trait. WDYT ?
The class
PhoneNumberHelper
which extendsSymfony\Component\Templating\Helper\HelperInterface
and is used in the context of a twig extension force the installation ofsymfony/templating
.Problem: Symfony templating is going to be deprecated (that's why the twig part does not require it anymore).
We should find a smooth solution to make work the bundle without the need of templating component. My first idea is to use a trait. WDYT ?