1{
2    "name": "geoip2/geoip2",
3    "description": "MaxMind GeoIP2 PHP API",
4    "keywords": ["geoip", "geoip2", "geolocation", "ip", "maxmind"],
5    "homepage": "https://github.com/maxmind/GeoIP2-php",
6    "type": "library",
7    "license": "Apache-2.0",
8    "authors": [
9        {
10            "name": "Gregory J. Oschwald",
11            "email": "goschwald@maxmind.com",
12            "homepage": "http://www.maxmind.com/"
13        }
14    ],
15    "require": {
16        "maxmind-db/reader": "~1.0",
17        "maxmind/web-service-common": "~0.5",
18        "php": ">=5.4"
19    },
20    "require-dev": {
21        "friendsofphp/php-cs-fixer": "2.*",
22        "phpunit/phpunit": "4.*",
23        "squizlabs/php_codesniffer": "3.*"
24    },
25    "autoload": {
26        "psr-4": {
27            "GeoIp2\\": "src"
28        }
29    }
30}
31