{
    "name" : "spatie/google-time-zone",
    "description" : "Get time zones for coordinates",
    "homepage" : "https://github.com/spatie/google-time-zone",
    "keywords" : [
        "time zone",
        "map",
        "coordinate",
        "location",
        "laravel"
    ],
    "license" : "MIT",
    "authors" : [
        {
            "name" : "Ruben Van Assche",
            "email" : "ruben@spatie.be"
        }
    ],
    "require" : {
        "php" : "^7.2|^8.0",
        "illuminate/support" : "^6.0|^7.0|^8.0",
        "guzzlehttp/guzzle" : "^6.5|^7.0",
        "ext-json" : "*"
    },
    "require-dev" : {
        "phpunit/phpunit" : "^8.0|^9.0",
        "orchestra/testbench" : "^4.0|^5.0|^6.0"
    },
    "autoload" : {
        "psr-4" : {
            "Spatie\\GoogleTimeZone\\" : "src"
        }
    },
    "autoload-dev" : {
        "psr-4" : {
            "Spatie\\GoogleTimeZone\\Tests\\" : "tests"
        }
    },
    "scripts" : {
        "test" : "vendor/bin/phpunit"
    },
    "minimum-stability" : "stable",
    "extra" : {
        "laravel" : {
            "providers" : [
                "Spatie\\GoogleTimeZone\\GoogleTimeZoneServiceProvider"
            ],
            "aliases" : {
                "GoogleTimeZone" : "Spatie\\GoogleTimeZone\\Facades\\GoogleTimeZone"
            }
        }
    }
}
