forked from thephpleague/oauth2-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "league/oauth2-server", | ||
"name": "attoiuma/oauth2-server", | ||
"description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.", | ||
"homepage": "https://oauth2.thephpleague.com/", | ||
"license": "MIT", | ||
|
@@ -22,7 +22,7 @@ | |
"repositories": [ | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/thephpleague/oauth2-server.git" | ||
"url": "https://github.com/attoiuma/oauth2-server.git" | ||
} | ||
], | ||
"keywords": [ | ||
|
@@ -43,15 +43,9 @@ | |
], | ||
"authors": [ | ||
{ | ||
"name": "Alex Bilbie", | ||
"email": "[email protected]", | ||
"homepage": "http://www.alexbilbie.com", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Andy Millington", | ||
"email": "[email protected]", | ||
"homepage": "https://www.noexceptions.io", | ||
"name": "Liberit", | ||
"email": "[email protected]", | ||
"homepage": "https://liberit.jp", | ||
"role": "Developer" | ||
} | ||
], | ||
|