lacatoire c6d89387e2 [Validator] Add clock-awareness to comparison and range validators
Use ClockInterface and DatePoint in AbstractComparisonValidator and
RangeValidator so that relative date strings (e.g. "now", "-40 days")
are resolved against the injected clock instead of the system clock.

This makes date comparisons testable with MockClock while remaining
fully backward compatible (falls back to system clock when no clock
is injected).
2026-02-12 07:07:41 +01:00
2024-06-20 17:52:34 +02:00
2026-02-09 10:33:46 +01:00
2026-01-08 23:37:08 +01:00
2021-08-17 17:35:52 +02:00
2025-08-04 10:00:56 +02:00
2013-07-21 14:12:18 +02:00
2025-09-04 11:52:15 +02:00
2024-03-13 19:59:33 +01:00
2023-01-24 15:02:46 +01:00
2025-07-31 11:31:17 +02:00
2021-05-26 19:39:37 +02:00

Validator Component

The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.

Resources

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:43:25.060Z
Readme MIT 15 MiB
Languages
PHP 100%