mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-06-16 18:09:24 +08:00
26 lines
449 B
JSON
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"
|
|
]
|
|
}
|
|
}
|