2019-11-11 14:05:12 +08:00

26 lines
449 B
JSON

{
"type": "library",
"name": "zoujingli/ip2region",
"homepage": "https://github.com/zoujingli/Ip2Region",
"description": "Ip2Region for PHP",
"license": "Apache-2.0",
"authors": [
{
"name": "Anyon",
"email": "zoujingli@qq.com",
"homepage": "http://ctolog.com"
}
],
"keywords": [
"Ip2Region"
],
"require": {
"php": ">=5.3"
},
"autoload": {
"classmap": [
"Ip2Region.php"
]
}
}