{
    "name": "klapaudius/oauth2-php",
    "type": "library",
    "description": "OAuth2 library",
    "license": "MIT",
    "keywords": ["oauth", "oauth2"],
    "homepage": "https://github.com/klapaudius/oauth2-php",
    "authors": [
        {
            "name": "Klapaudius",
            "email": "klapaudius@gmail.com"
        },
        {
            "name": "Arnaud Le Blanc",
            "email": "arnaud.lb@gmail.com"
        },
        {
            "name": "FriendsOfSymfony Community",
            "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
        }
    ],

    "require": {
        "php": "^7.1.3 || ^7.2.5 || ^8.0.0 || ^8.2.0 || ^8.3.0",
        "symfony/http-foundation": "~5.0|~6.0|~7.0|~8.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.0 || ^6.0 || ^8.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
    },

    "autoload": {
        "psr-4": {
            "OAuth2\\": "lib/"
        },
        "exclude-from-classmap": [
            "/tests/"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "OAuth2\\Tests\\": "tests/"
        }
    },

    "extra": {
        "branch-alias": {
            "dev-master": "1.4.x-dev"
        }
    }
}
