{ "name": "lncd/oauth2-client", "description": "OAuth 2.0 Client Library", "version": "0.1", "homepage": "https://github.com/lncd/OAuth2-Client", "license": "MIT", "require": { "php": ">=5.3.0", "guzzle/guzzle": "*" }, "require-dev": { "phpunit/phpunit": "*", "fzaninotto/faker": "*" }, "repositories": [ { "type": "git", "url": "https://github.com/lncd/OAuth2-Client" } ], "keywords": [ "oauth", "oauth2", "authorization", "authentication", "idp", "identity", "sso", "single sign on" ], "authors": [ { "name": "Alex Bilbie", "email": "hello@alexbilbie.com", "homepage": "http://www.alexbilbie.com", "role": "Developer" } ], "autoload": { "psr-0": { "OAuth2": "src/" } } }