From 895a379ed3fade55a89163e5edadcf26128b1561 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Wed, 22 Jan 2014 11:27:38 -0500 Subject: [PATCH] Update composer.json --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ee81767a..686b6a9a 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,6 @@ "name": "league/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.", "version": "3.1.1", - "homepage": "https://github.com/php-loep/oauth2-server", "license": "MIT", "require": { "php": ">=5.4.0" @@ -14,7 +13,7 @@ "repositories": [ { "type": "git", - "url": "https://github.com/php-loep/oauth2-server.git" + "url": "https://github.com/thephpleague/oauth2-server.git" } ], "keywords": [ @@ -39,7 +38,6 @@ ], "replace": { "lncd/oauth2": "*", - "league/oauth2server": "*" }, "autoload": { "psr-0": { @@ -49,4 +47,4 @@ "suggest": { } -} \ No newline at end of file +}