1{
2    "name": "maxmind-db/reader",
3    "description": "MaxMind DB Reader API",
4    "keywords": ["database", "geoip", "geoip2", "geolocation", "maxmind"],
5    "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
6    "type": "library",
7    "license": "Apache-2.0",
8    "authors": [
9        {
10            "name": "Gregory J. Oschwald",
11            "email": "goschwald@maxmind.com",
12            "homepage": "https://www.maxmind.com/"
13        }
14    ],
15    "require": {
16        "php": ">=5.6"
17    },
18    "suggest": {
19        "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
20        "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
21        "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
22    },
23    "require-dev": {
24        "friendsofphp/php-cs-fixer": "2.*",
25        "phpunit/phpunit": "5.*",
26        "php-coveralls/php-coveralls": "^2.1",
27        "phpunit/phpcov": "^3.0",
28        "squizlabs/php_codesniffer": "3.*"
29    },
30    "autoload": {
31        "psr-4": {
32            "MaxMind\\Db\\": "src/MaxMind/Db"
33        }
34    }
35}
36