Skip to content

Commit

Permalink
Updated composer.json with to allow different package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgswift committed Sep 21, 2018
1 parent c943895 commit 3cef57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "league/oauth2-server",
"name": "mrgswift/oauth2-base-library",
"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": "http://oauth2.thephpleague.com/",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"repositories": [
{
"type": "git",
"url": "https://github.com/thephpleague/oauth2-server.git"
"url": "https://github.com/mrgswift/oauth2-base-library.git"
}
],
"keywords": [
Expand Down

0 comments on commit 3cef57f

Please sign in to comment.