From 4b226caa61e60b68e7ebf3f807a2a8193b81bd29 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 13 Feb 2022 15:02:36 +0100 Subject: [PATCH] Fixed Spoofchecking link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6865bc0..0bd8503 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This library aims to support RFCs: * PHP 7.2 * [Composer](https://getcomposer.org) is required for installation - * [Spoofchecking](/src/Validation/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) + * [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) **Note**: `PHP version upgrades will happen to accomodate to the pace of major frameworks. Minor versions bumps will go via minor versions of this library (i.e: PHP7.3 -> v3.x+1). Major versions will go with major versions of the library`