karser / KarserRecaptcha3Bundle

Google ReCAPTCHA v3 for Symfony
MIT License
160 stars 22 forks source link

Required dependencies #53

Closed norkunas closed 1 year ago

norkunas commented 2 years ago

Could we make symfony/form as an optional dep? For example I don't use forms in app but it's installed because only this package requires them.

karser commented 2 years ago

We can make symfony/form optional. Usually, it is required by the project itself.

I'm thinking, what does it involve:

Is there anything else required?

norkunas commented 2 years ago

I think that'd enough for this change.

Usually, it is required by the project itself.

I just use validator constraint, so the form is not needed :)