excelwebzone / EWZRecaptchaBundle

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

Fix compatibility to older symfony version #262

Closed alexander-schranz closed 3 years ago

alexander-schranz commented 3 years ago

The FormFactoryInterface is only in newer symfony versions an alias for form.factory. Also it recommended in bundles not using symfony interface alias as reference instead the real service name of a symfony service.