GeoIP2-php/composer.json
2014-09-22 16:33:18 -07:00

32 lines
827 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": "~1.0",
"php": ">=5.3.1"
},
"require-dev": {
"apigen/apigen": "2.8.2",
"phpunit/phpunit": "4.2.*",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-0": {
"GeoIp2": "src/",
"JsonSerializable": "compat/"
}
}
}