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

18 lines
403 B
JSON
Raw Normal View History

2017-12-04 21:56:31 +00:00
{
"name": "katmore/tld-enum",
2018-06-12 22:54:21 +00:00
"description": "Lists of every ICANN TLD in multiple formats",
"homepage": "https://github.com/katmore/tld-enum",
2017-12-04 21:56:31 +00:00
"autoload": {
"psr-4": {
"TldEnum\\": "formats/php/TldEnum/"
2017-12-04 21:56:31 +00:00
}
},
"license": [
"MIT",
"GPL-3.0+"
2017-12-04 21:56:31 +00:00
],
"bin": ["bin/update-formats.sh"],
2017-12-04 21:56:31 +00:00
"require": {
2018-06-12 22:54:45 +00:00
"php": ">=7.2.1"
}
}