respect-validation/library
Henrique Moody add542ea48
Update "Tld" rule with IANA's list
This commit will update the list of Top-Level Domains in the "Tld" rule
with the latest version found in the website of IANA (Internet Assigned
Numbers Authority).

The list was created with the commands below:

curl -L curl -L https://data.iana.org/TLD/tlds-alpha-by-domain.txt |
    grep -v '^#' |
    tr '[A-Z]' '[a-z]' |
    sed -E "s,^,',; s/$/', /" |
    tr -d '\n' |
    fold -w 72 -s

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-08-18 15:10:37 +02:00
..
Exceptions Fix grammatical errors in URL exception message 2018-07-02 08:22:41 +02:00
Rules Update "Tld" rule with IANA's list 2018-08-18 15:10:37 +02:00
Factory.php Ensure namespace separator on appended prefixes 2016-04-23 21:20:54 -03:00
Validatable.php Use short array syntax 2015-10-17 22:56:32 -03:00
Validator.php Update type parameters for Validator doc blocks 2018-05-19 16:26:44 +02:00