mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
41 lines
784 B
JSON
41 lines
784 B
JSON
{
|
|
"name": "league/oauth2-server",
|
|
"description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants",
|
|
"version": "1.0.7",
|
|
"homepage": "https://github.com/php-loep/oauth2-server",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": ">=0.7.2"
|
|
},
|
|
"keywords": [
|
|
"oauth",
|
|
"oauth2",
|
|
"server",
|
|
"authorization",
|
|
"authentication",
|
|
"resource",
|
|
"api"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alex Bilbie",
|
|
"email": "hello@alexbilbie.com",
|
|
"homepage": "http://www.alexbilbie.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"replace": {
|
|
"lncd/oauth2": "*",
|
|
"league/oauth2server": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"OAuth2": "src/"
|
|
}
|
|
},
|
|
"suggest": {}
|
|
}
|