{
    "name": "socialiteproviders/twitch",
    "description": "Twitch OAuth2 Provider for Laravel Socialite",
    "license": "MIT",
    "authors": [
        {
            "name": "Brian Faust",
            "email": "hello@brianfaust.de"
        }
    ],
    "require": {
        "php": "^7.2 || ^8.0",
        "ext-json": "*",
        "socialiteproviders/manager": "~4.0"
    },
    "autoload": {
        "psr-4": {
            "SocialiteProviders\\Twitch\\": ""
        }
    }
}
