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