Gregwar / CaptchaBundle

Symfony bundle implementing a "captcha" form type
MIT License
345 stars 127 forks source link

Support Symfony 5, drop support for Symfony 2 #205

Closed tacman closed 4 years ago

tacman commented 4 years ago

This also allows for Twig 3

Gregwar commented 4 years ago

Thanks for contributing

Olaf1989 commented 4 years ago

It's not 100% working with Symfony 5 at this moment.

Both using an old use statement for the TranslatorInterface, see https://github.com/symfony/translation/blob/master/CHANGELOG.md#500

Old: Symfony\Component\Translation\TranslatorInterface;

New: Symfony\Contracts\Translation\TranslatorInterface;


Also i would be nice if there is a Symfony recipe because there is no app/config/config.yml anymore.