mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-06-23 21:09:15 +08:00
19 lines
315 B
JSON
19 lines
315 B
JSON
{
|
|
"type": "library",
|
|
"name": "zoujingli/ip2region",
|
|
"homepage": "https://github.com/zoujingli/Ip2Region",
|
|
"description": "Ip2Region",
|
|
"license": "Apache 2.0",
|
|
"keywords": [
|
|
"Ip2Region"
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"Ip2Region.php"
|
|
]
|
|
}
|
|
}
|