mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
33 lines
678 B
JSON
33 lines
678 B
JSON
|
{
|
||
|
"name": "lncd/oauth2server",
|
||
|
"description": "OAuth 2.0 server",
|
||
|
"version": "0.0.1",
|
||
|
"require": {
|
||
|
"php": ">=5.3.0",
|
||
|
},
|
||
|
"repositories": [
|
||
|
{
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/lncd/oauth2server"
|
||
|
}
|
||
|
],
|
||
|
"keywords": [
|
||
|
"oauth",
|
||
|
"oauth2",
|
||
|
"server"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Alex Bilbie",
|
||
|
"email": "php-oauth2-server@alexbilbie.com",
|
||
|
"homepage": "http://www.httpster.org",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"oauth2server": "src/"
|
||
|
}
|
||
|
}
|
||
|
}
|