KarserRecaptcha3Bundle icon indicating copy to clipboard operation
KarserRecaptcha3Bundle copied to clipboard

Required dependencies

Open norkunas opened this issue 3 years ago • 2 comments

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.

norkunas avatar Feb 03 '22 06:02 norkunas

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

I'm thinking, what does it involve:

  • bump the major version
  • update composer.json, obviously
  • add instructions on how to install in readme
  • maybe tweaking tests

Is there anything else required?

karser avatar Feb 03 '22 15:02 karser

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 :)

norkunas avatar Feb 04 '22 04:02 norkunas