GeoIP2-php/composer.json
2013-07-15 15:52:07 -07:00

28 lines
721 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.*",
"maxmind-db/reader": "dev-master",
"php": ">=5.3.1"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-0": { "GeoIp2": "src/" }
}
}