{
    "name": "microsoft/kiota-authentication-phpleague",
    "description": "Authentication provider for Kiota using the PHP League OAuth 2.0 client to authenticate against the Microsoft Identity platform",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Microsoft Graph Client Tooling",
            "email": "graphtooling@service.microsoft.com"
        }
    ],
    "require": {
        "php": "^7.4 || ^8.0",
        "league/oauth2-client": "^2.6.1",
        "microsoft/kiota-abstractions": "^1.5.0",
        "firebase/php-jwt": "^v6.0.0",
        "ramsey/uuid": "^4.2.3",
        "ext-openssl": "*",
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6.22",
        "phpstan/phpstan": "^1.12.16"
    },
    "autoload": {
        "psr-4": {
            "Microsoft\\Kiota\\Authentication\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Microsoft\\Kiota\\Authentication\\Test\\": "tests/"
        }
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": false
        }
    }
}
