mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 09:47:46 +05:30
Renamed package
This commit is contained in:
parent
1ca8a4f4c3
commit
e713d0df9c
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "lncd/oauth2",
|
|
||||||
"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.7",
|
||||||
"homepage": "https://github.com/lncd/OAuth2",
|
"name": "league/oauth2server",
|
||||||
|
"homepage": "https://github.com/php-leop/oauth2-server",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/lncd/OAuth2"
|
"url": "https://github.com/php-leop/oauth2-server"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
Reference in New Issue
Block a user