{
    "alias": "geoip2.phar",
    "main": "phar-stub.php",
    "output": "geoip2.phar",
    "compactors": [
        "Herrera\\Box\\Compactor\\Composer",
        "Herrera\\Box\\Compactor\\Json",
        "Herrera\\Box\\Compactor\\Php"
    ],
    "files": [
        "LICENSE"
    ],
    "finder": [
        {
            "name": [
                "LICENSE",
                "LICENSE.*",
                "*.php",
                "*.pem",
                "*.pem.md5"
            ],
            "exclude": [
                "phpunit",
                "satooshi",
                "Tests",
                "tests",
                "yaml"
            ],
            "in": "vendor"
            }
    ],
    "finder-bin": [
        {
            "name": [
                "*.php"
            ],
            "in": "src"
            }
    ],
    "git-version": "git-version",
    "shebang": false,
    "stub": true
}
