Merge branch 'master' of github.com:katmore/tld-enum
This commit is contained in:
commit
82402eb352
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "TLD Enumerations",
|
"name": "katmore/tld-enum",
|
||||||
"description" : "Lists of every ICANN TLD in formats that can be natively compiled in various language targets",
|
"description" : "Lists of every ICANN TLD in formats that can be natively compiled in various language targets",
|
||||||
"homepage":"https://github.com/katmore/tld-enum",
|
"homepage":"https://github.com/katmore/tld-enum",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"TldEnum\\": "src/targets/php/TldEnum"
|
"TldEnum\\": "src/formats/php/TldEnum/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license": [
|
"license": [
|
||||||
|
|
Loading…
Reference in New Issue