2012-07-05 22:08:58 +05:30
|
|
|
{
|
2012-10-05 19:29:43 +05:30
|
|
|
"name": "lncd/oauth2",
|
2012-08-27 20:14:06 +05:30
|
|
|
"description": "OAuth 2.0 Framework",
|
2012-12-11 21:02:27 +05:30
|
|
|
"version": "0.3.4",
|
2012-07-23 18:52:05 +05:30
|
|
|
"homepage": "https://github.com/lncd/OAuth2",
|
2012-07-11 21:32:32 +05:30
|
|
|
"license": "MIT",
|
|
|
|
"require": {
|
2012-10-05 19:29:43 +05:30
|
|
|
"php": ">=5.3.0",
|
|
|
|
"guzzle/guzzle": "*"
|
2012-08-01 20:11:41 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2012-09-20 02:34:18 +05:30
|
|
|
"phpunit/phpunit": "*"
|
2012-07-11 21:32:32 +05:30
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "git",
|
2012-07-23 18:52:05 +05:30
|
|
|
"url": "https://github.com/lncd/OAuth2"
|
2012-07-11 21:32:32 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"oauth",
|
|
|
|
"oauth2",
|
2012-08-27 20:14:06 +05:30
|
|
|
"server",
|
|
|
|
"authorization",
|
|
|
|
"authentication",
|
|
|
|
"resource"
|
2012-07-11 21:32:32 +05:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Alex Bilbie",
|
2012-10-05 19:29:43 +05:30
|
|
|
"email": "hello@alexbilbie.com",
|
2012-07-11 21:32:32 +05:30
|
|
|
"homepage": "http://www.httpster.org",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2012-07-23 19:11:15 +05:30
|
|
|
"Oauth2": "src/"
|
2012-07-11 21:32:32 +05:30
|
|
|
}
|
2012-10-14 21:48:27 +05:30
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"lncd/oauth2-facebook": "Adds support for Facebook as an IDP"
|
2012-07-11 21:32:32 +05:30
|
|
|
}
|
2012-07-05 22:08:58 +05:30
|
|
|
}
|