{
    "authors": [
        {
            "email": "fkooman@tuxed.net",
            "name": "Fran\u00e7ois Kooman"
        }
    ],
    "autoload": {
        "psr-4": {
            "fkooman\\OAuth\\Client\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "fkooman\\OAuth\\Client\\Tests\\": "tests/"
        }
    },
    "description": "Very simple OAuth 2.0 client",
    "license": "MIT",
    "name": "fkooman/oauth2-client",
    "require": {
        "ext-curl": "*",
        "ext-date": "*",
        "ext-hash": "*",
        "ext-json": "*",
        "ext-pcre": "*",
        "ext-pdo": "*",
        "ext-session": "*",
        "ext-spl": "*",
        "paragonie/constant_time_encoding": "^1|^2",
        "paragonie/random_compat": "^1|^2",
        "php": ">=5.4",
        "psr/log": "^1.0",
        "symfony/polyfill-php56": "^1"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8.35|^5|^6"
    },
    "support": {
        "email": "fkooman@tuxed.net",
        "source": "https://git.tuxed.net/fkooman/php-oauth2-client"
    },
    "type": "library"
}
