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
With the help of [PHPStorm](https://www.jetbrains.com/phpstorm/)
5
+
6
+
##Requirements##
7
+
8
+
*[Composer](https://getcomposer.org) is required for installation
9
+
*[Spoofchecking](https://github.com/egulias/EmailValidator/blob/master/EmailValidator/Validation/SpoofCheckValidation.php) validation requires that your PHP system have the [PHP Internationalization Libraries](http://php.net/manual/en/book.intl.php) (also known as PHP Intl)
5
10
6
-

7
11
##Installation##
8
12
9
13
Run the command below to install via Composer
@@ -51,8 +55,8 @@ $validator = new EmailValidator();
51
55
$multipleValidations = new MultipleValidationWithAnd([
0 commit comments