mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 01:36:02 +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",
|
||||
"version": "1.0.7",
|
||||
"homepage": "https://github.com/lncd/OAuth2",
|
||||
"name": "league/oauth2server",
|
||||
"homepage": "https://github.com/php-leop/oauth2-server",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
@ -14,7 +14,7 @@
|
||||
"repositories": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/lncd/OAuth2"
|
||||
"url": "https://github.com/php-leop/oauth2-server"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user