{ "authors": [ { "email": "fkooman@tuxed.net", "name": "Fran\u00e7ois Kooman" } ], "autoload": { "psr-4": { "fkooman\\OAuth\\Client\\": "src/", "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", "symfony/polyfill-php56": "^1" }, "require-dev": { "phpunit/phpunit": "^4.8.35|^5|^6" }, "type": "library" }