GeoIP2-php/composer.json

31 lines
795 B
JSON
Raw Permalink Normal View History

{
"name": "geoip2/geoip2",
2013-05-13 17:39:37 +00:00
"description": "MaxMind GeoIP2 PHP API",
2014-05-01 14:20:30 +00:00
"keywords": ["geoip", "geoip2", "geolocation", "ip", "maxmind"],
2013-05-08 18:59:46 +00:00
"homepage": "https://github.com/maxmind/GeoIP2-php",
"type": "library",
2013-11-01 21:39:14 +00:00
"license": "Apache-2.0",
2013-05-08 18:59:46 +00:00
"authors": [
{
"name": "Gregory J. Oschwald",
"email": "goschwald@maxmind.com",
"homepage": "http://www.maxmind.com/"
}
],
"require": {
2013-05-14 13:48:09 +00:00
"guzzle/guzzle": "3.*",
2014-05-01 14:20:30 +00:00
"maxmind-db/reader": "~0.3.1",
2013-05-08 18:59:46 +00:00
"php": ">=5.3.1"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
2013-05-20 19:42:18 +00:00
"satooshi/php-coveralls": "dev-master"
2013-05-08 18:59:46 +00:00
},
"autoload": {
"psr-0": {
"GeoIp2": "src/",
2014-05-01 14:20:30 +00:00
"JsonSerializable": "compat/"
}
}
}