composer.json 315 B

123456789101112131415161718
  1. {
  2. "type": "library",
  3. "name": "zoujingli/ip2region",
  4. "homepage": "https://github.com/zoujingli/Ip2Region",
  5. "description": "Ip2Region",
  6. "license": "Apache 2.0",
  7. "keywords": [
  8. "Ip2Region"
  9. ],
  10. "require": {
  11. "php": ">=5.3.3"
  12. },
  13. "autoload": {
  14. "classmap": [
  15. "Ip2Region.php"
  16. ]
  17. }
  18. }