laminas / laminas-inputfilter

Normalize and validate input sets from the web, APIs, the CLI, and more, including files
https://docs.laminas.dev/laminas-inputfilter/
BSD 3-Clause "New" or "Revised" License
42 stars 28 forks source link

Update `laminas-validator` to `2.61.0` #113

Closed gsteel closed 3 months ago

gsteel commented 3 months ago
Q A
QA yes

Description

2.61.0 has a number of deprecations.

Tests adjusted to account for deprecations and those that cannot be dealt with without a BC break are base-lined

Minimum validator version requirement is bumped to 2.60 so that we can replace usage of the deprecated Between validator with the NumberComparison validator