list-of-top-level-domains/composer.json

18 lines
416 B
JSON
Raw Normal View History

2017-12-04 21:56:31 +00:00
{
"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": {
2017-12-04 22:40:36 +00:00
"TldEnum\\": "src/targets/php/TldEnum"
2017-12-04 21:56:31 +00:00
}
},
"license": [
"MIT",
"GPL-3.0+"
],
"require": {
"php" : ">=7.1.1"
}
}