1.2.0
When using egulias/email-validator
some specific combinations are marked valid when it's not.
For example: test@test
By using the build in PHP filter_var
the validation rule works as expected.
When using egulias/email-validator
some specific combinations are marked valid when it's not.
For example: test@test
By using the build in PHP filter_var
the validation rule works as expected.