excelwebzone / EWZRecaptchaBundle

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

Add compatibility with symfony/http-foundation 5.3 #277

Closed tavy315 closed 3 years ago

tavy315 commented 3 years ago

getMasterRequest is deprecated since symfony/http-foundation 5.3, we should use getMainRequest() instead.