<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
{
    "name": "maxmind-db/reader",
    "description": "MaxMind DB Reader API",
    "keywords": ["database", "geoip", "geoip2", "geolocation", "maxmind"],
    "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
    "type": "library",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Gregory J. Oschwald",
            "email": "goschwald@maxmind.com",
            "homepage": "https://www.maxmind.com/"
        }
    ],
    "require": {
        "php": ">=7.2"
    },
    "suggest": {
        "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
        "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
        "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
    },
    "conflict": {
        "ext-maxminddb": "<1.11.1 || >=2.0.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "3.*",
        "phpunit/phpunit": ">=8.0.0,<10.0.0",
        "squizlabs/php_codesniffer": "3.*",
        "phpstan/phpstan": "*"
    },
    "autoload": {
        "psr-4": {
            "MaxMind\\Db\\": "src/MaxMind/Db"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "MaxMind\\Db\\Test\\Reader\\": "tests/MaxMind/Db/Test/Reader"
        }
    }
}
