From ad2229bbc5ff71cc00f1f6a9f4c7aac4ceaef953 Mon Sep 17 00:00:00 2001 From: "T.Saisyo" Date: Sun, 28 Jul 2019 15:43:15 +0900 Subject: [PATCH] change package-name --- composer.json | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 7991a0cc8..dbde3ebc6 100644 --- a/composer.json +++ b/composer.json @@ -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": "hello@alexbilbie.com", - "homepage": "http://www.alexbilbie.com", - "role": "Developer" - }, - { - "name": "Andy Millington", - "email": "andrew@noexceptions.io", - "homepage": "https://www.noexceptions.io", + "name": "Liberit", + "email": "saisyo@liberit.jp", + "homepage": "https://liberit.jp", "role": "Developer" } ],