laminas / laminas-validator

Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria
https://docs.laminas.dev/laminas-validator/
BSD 3-Clause "New" or "Revised" License
126 stars 55 forks source link

Remove `laminas-modulemanager` support #384

Closed gsteel closed 1 month ago

gsteel commented 1 month ago
Q A
BC Break yes

Description

Removes module manager support in the validator plugin manager factory and in the shipped Module class.

Also removes ValidatorProviderInterface which is used exclusively in MVC related code.

Possibly closes #336