1
0
mirror of https://gitee.com/zhc02/timely_service.git synced 2025-08-02 20:35:45 +08:00
2019-10-30 23:42:52 +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"
]
}
}