excelwebzone / EWZRecaptchaBundle

This bundle provides easy reCAPTCHA form field for Symfony.
MIT License
395 stars 160 forks source link

Use Twig namespaced syntax #205

Closed bobvandevijver closed 6 years ago

bobvandevijver commented 6 years ago

This should fix Symfony 4 compatibility forever, without the need of resetting the templating.engines and putting it manually in the form_themes (see #188).

bobvandevijver commented 6 years ago

@excelwebzone Any thoughts on this PR?

excelwebzone commented 6 years ago

If this support all other versions I can merge it.. please confirm..

bobvandevijver commented 6 years ago

As far as I can see in the Symfony docs for 2.8, namespaced paths were already available back then.

@excelwebzone For completeness, I've just tested it with a clean Symfony 2.8.41 install, and the widget is rendered correctly. So yes, it is supported in all version specified in the composer.json.