Update validators dependency to 0.3#6
Conversation
Greptile SummaryThis PR updates
Confidence Score: 5/5Straightforward dependency version bump with all three changed files (composer.json, composer.lock, CI matrix) in full agreement. All changes are consistent: the PHP minimum, the validators version constraint, the lock file pin, and the CI matrix all align on PHP ≥8.5 and validators 0.3. The WAF's sole use of the validators package (Conditions extends Validator) relies only on the stable base-class interface (getDescription, isArray, isValid, getType), which is unchanged between 0.2 and 0.3. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "Update validators dependency to 0.3" | Re-trigger Greptile |
2b5f4c3 to
7079853
Compare
What
utopia-php/validatorsfrom0.2.*to0.3.*>=8.5)Why
Cloud main now uses validators 0.3, so WAF must allow the same dependency version.
Tests
composer validate --strict --no-interactionphp vendor/laravel/pint/builds/pint --testphp vendor/phpstan/phpstan/phpstan analyse -c phpstan.neon --memory-limit 512Mcomposer test