33 lines
863 B
JSON
33 lines
863 B
JSON
{
|
|
"name": "geoip2/geoip2",
|
|
"description": "MaxMind GeoIP2 PHP API",
|
|
"keywords": ["geoip", "geoip2", "geolocation", "ip", "maxmind"],
|
|
"homepage": "https://github.com/maxmind/GeoIP2-php",
|
|
"type": "library",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "Gregory J. Oschwald",
|
|
"email": "goschwald@maxmind.com",
|
|
"homepage": "http://www.maxmind.com/"
|
|
}
|
|
],
|
|
"require": {
|
|
"guzzle/guzzle": "3.*",
|
|
"maxmind-db/reader": "~0.3.2",
|
|
"php": ">=5.3.1"
|
|
},
|
|
"require-dev": {
|
|
"apigen/apigen": "~2.8.0",
|
|
"nette/nette": "~2.1.3",
|
|
"phpunit/phpunit": "4.1.*",
|
|
"satooshi/php-coveralls": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"GeoIp2": "src/",
|
|
"JsonSerializable": "compat/"
|
|
}
|
|
}
|
|
}
|