mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
45 lines
730 B
JSON
45 lines
730 B
JSON
{
|
|
"name": "lncd/oauth2",
|
|
"description": "OAuth 2.0 Framework",
|
|
"version": "1.0.0",
|
|
"version": "1.0.1",
|
|
"homepage": "https://github.com/lncd/OAuth2",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*",
|
|
"mockery/mockery": ">=0.7.2"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/lncd/OAuth2"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"oauth",
|
|
"oauth2",
|
|
"server",
|
|
"authorization",
|
|
"authentication",
|
|
"resource",
|
|
"api"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alex Bilbie",
|
|
"email": "hello@alexbilbie.com",
|
|
"homepage": "http://www.alexbilbie.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"OAuth2": "src/"
|
|
}
|
|
},
|
|
"suggest": {}
|
|
}
|