GeoIP2-php/composer.json

28 lines
716 B
JSON
Raw Normal View History

{
"name": "geoip2/geoip2",
2013-05-13 17:39:37 +00:00
"description": "MaxMind GeoIP2 PHP API",
2013-05-08 18:59:46 +00:00
"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": {
2013-05-14 13:48:09 +00:00
"guzzle/guzzle": "3.*",
2013-10-21 18:00:02 +00:00
"maxmind-db/reader": "0.2.*",
2013-05-08 18:59:46 +00:00
"php": ">=5.3.1"
},
"require-dev": {
2013-05-20 19:42:18 +00:00
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "dev-master"
2013-05-08 18:59:46 +00:00
},
"autoload": {
2013-07-10 22:30:33 +00:00
"psr-0": { "GeoIp2": "src/" }
}
}