You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-19Lines changed: 27 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,13 @@ This library aims to support RFCs:
29
29
30
30
## Requirements
31
31
32
-
* PHP 8.1
33
-
*[Composer](https://getcomposer.org) is required for installation
34
-
*[Spoofchecking](/src/Validation/Extra/SpoofCheckValidation.php) and [DNSCheckValidation](/src/Validation/DNSCheckValidation.php) validation requires that your PHP system has the [PHP Internationalization Libraries](https://php.net/manual/en/book.intl.php) (also known as PHP Intl)
32
+
* PHP 8.1
33
+
*[Composer](https://getcomposer.org) is required for installation
34
+
*[Spoofchecking](/src/Validation/Extra/SpoofCheckValidation.php) and
Follows [RFC2822 for message-id](https://tools.ietf.org/html/rfc2822#section-3.6.4) to validate that field, that has some differences in the domain part.
78
-
6.[Your own validation](#how-to-extend): You can extend the library behaviour
82
+
6.[Your own validation](#how-to-extend): You can extend the library behaviour
79
83
by implementing your own validations.
80
84
81
-
*warnings: Warnings are deviations from the RFC that in a broader interpretation
85
+
*warnings: Warnings are deviations from the RFC that in a broader interpretation
0 commit comments