Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 7b750c5

Browse files
committed
Merge branch 'hotfix/update-tld'
Updated TLD list
2 parents 3e6d354 + f4fcf42 commit 7b750c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Hostname.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Hostname extends AbstractValidator
6969

7070
/**
7171
* Array of valid top-level-domains
72-
* IanaVersion 2017031600
72+
* IanaVersion 2017051700
7373
*
7474
* @see ftp://data.iana.org/TLD/tlds-alpha-by-domain.txt List of all TLDs by domain
7575
* @see http://www.iana.org/domains/root/db/ Official list of supported TLDs
@@ -662,6 +662,7 @@ class Hostname extends AbstractValidator
662662
'hosting',
663663
'hot',
664664
'hoteles',
665+
'hotels',
665666
'hotmail',
666667
'house',
667668
'how',
@@ -920,7 +921,6 @@ class Hostname extends AbstractValidator
920921
'msd',
921922
'mt',
922923
'mtn',
923-
'mtpc',
924924
'mtr',
925925
'mu',
926926
'museum',
@@ -1003,7 +1003,6 @@ class Hostname extends AbstractValidator
10031003
'orange',
10041004
'org',
10051005
'organic',
1006-
'orientexpress',
10071006
'origins',
10081007
'osaka',
10091008
'otsuka',
@@ -1132,6 +1131,7 @@ class Hostname extends AbstractValidator
11321131
'rs',
11331132
'rsvp',
11341133
'ru',
1134+
'rugby',
11351135
'ruhr',
11361136
'run',
11371137
'rw',

0 commit comments

Comments
 (0)