mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d506969543 | ||
|
f9cb89c175 |
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "lncd/oauth2",
|
"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",
|
"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",
|
"version": "1.0.9",
|
||||||
"homepage": "https://github.com/lncd/OAuth2",
|
"homepage": "https://github.com/php-loep/oauth2-server",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
@@ -10,12 +10,6 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mockery/mockery": ">=0.7.2"
|
"mockery/mockery": ">=0.7.2"
|
||||||
},
|
},
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/lncd/OAuth2"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"oauth",
|
"oauth",
|
||||||
"oauth2",
|
"oauth2",
|
||||||
@@ -33,6 +27,10 @@
|
|||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"replace": {
|
||||||
|
"lncd/oauth2": "*",
|
||||||
|
"league/oauth2server": "*"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"OAuth2": "src/"
|
"OAuth2": "src/"
|
||||||
|
Reference in New Issue
Block a user