oauth2-client/composer.json

51 lines
1.1 KiB
JSON

{
"name": "lncd/oauth2-client",
"description": "OAuth 2.0 Client Library",
"version": "0.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"
},
{
"name": "Dan Horrigan",
"email": "me@dandoescode.com",
"homepage": "http://www.dandoescode.com",
"role": "Developer"
}
],
"autoload": {
"psr-0": {
"OAuth2": "src/"
}
}
}