2012-07-05 22:08:58 +05:30
|
|
|
{
|
2012-10-05 19:29:43 +05:30
|
|
|
"name": "lncd/oauth2",
|
2013-02-22 21:15:42 +05:30
|
|
|
"description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants",
|
2013-02-22 21:12:32 +05:30
|
|
|
"version": "1.0.6",
|
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": {
|
2013-02-15 22:38:27 +05:30
|
|
|
"php": ">=5.3.0"
|
2012-08-01 20:11:41 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2013-02-15 22:38:27 +05:30
|
|
|
"phpunit/phpunit": "*",
|
|
|
|
"mockery/mockery": ">=0.7.2"
|
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",
|
2013-02-15 22:38:27 +05:30
|
|
|
"resource",
|
|
|
|
"api"
|
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-12-11 03:01:08 +05:30
|
|
|
"homepage": "http://www.alexbilbie.com",
|
2012-07-11 21:32:32 +05:30
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2013-02-15 22:38:27 +05:30
|
|
|
"OAuth2": "src/"
|
2012-07-11 21:32:32 +05:30
|
|
|
}
|
2012-10-14 21:48:27 +05:30
|
|
|
},
|
2013-02-15 22:38:27 +05:30
|
|
|
"suggest": {}
|
|
|
|
}
|