From 3cef57f16fb6356a70480c302e22ee5e7fbbdba7 Mon Sep 17 00:00:00 2001 From: Matthew Guillot Date: Fri, 21 Sep 2018 10:59:44 -0700 Subject: [PATCH] Updated composer.json with to allow different package name --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 62a01ec..ac58aa2 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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": [