mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
The rule "Email" now only supports the version >=2.0 of "egulias/email-validator". Also a few changes were made to make the rule a bit simpler. The method "getEmailValidator()" which was a lazy load of the "EmailValidator" class was removed in favor of trying to create the instance of "EmailValidator" in the constructor of "Email". That makes the rule immutable after its creation. Signed-off-by: Henrique Moody <henriquemoody@gmail.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| integration | ||
| library | ||
| unit | ||