18 lines
415 B
JSON
18 lines
415 B
JSON
{
|
|
"name": "TLD Enumerations",
|
|
"description" : "Lists of every ICANN TLD in formats that can be natively compiled in various language targets",
|
|
"homepage":"https://github.com/katmore/tld-enum",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TldEnum\\": "src/target/php/TldEnum"
|
|
}
|
|
},
|
|
"license": [
|
|
"MIT",
|
|
"GPL-3.0+"
|
|
],
|
|
"require": {
|
|
"php" : ">=7.1.1"
|
|
}
|
|
}
|