27 lines
678 B
JSON
27 lines
678 B
JSON
{
|
|
"name": "geoip2/geoip2",
|
|
"description": "MaxMind GeoIP2 PHP API",
|
|
"keywords": [ "geoip", "geolocation", "maxmind" ],
|
|
"homepage": "https://github.com/maxmind/GeoIP2-php",
|
|
"type": "library",
|
|
"license": "LGPL-2.1+",
|
|
"authors": [
|
|
{
|
|
"name": "Gregory J. Oschwald",
|
|
"email": "goschwald@maxmind.com",
|
|
"homepage": "http://www.maxmind.com/"
|
|
}
|
|
],
|
|
"require": {
|
|
"guzzle/guzzle": "3.*",
|
|
"php": ">=5.3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*",
|
|
"satooshi/php-coveralls": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "GeoIP2": "src/" }
|
|
}
|
|
}
|