composer.json 479 B

1234567891011121314151617181920212223242526
  1. {
  2. "type": "library",
  3. "name": "zoujingli/ip2region",
  4. "homepage": "https://github.com/zoujingli/Ip2Region",
  5. "description": "Ip2Region for PHP",
  6. "license": "Apache-2.0",
  7. "authors": [
  8. {
  9. "name": "Anyon",
  10. "email": "zoujingli@qq.com",
  11. "homepage": "https://thinkadmin.top"
  12. }
  13. ],
  14. "require": {
  15. "php": ">=5.4"
  16. },
  17. "keywords": [
  18. "Ip2Region"
  19. ],
  20. "autoload": {
  21. "classmap": [
  22. "Ip2Region.php",
  23. "XdbSearcher.php"
  24. ]
  25. }
  26. }