| 123456789101112131415161718 |
- {
- "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"
- ]
- }
- }
|