From f9cb89c175f27e972d2c5c12bc4b1dcdc6b2c6d6 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Thu, 9 May 2013 16:44:39 -0400 Subject: [PATCH] Updated composer.json for new packagist name. --- composer.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 9aa7a05c..7a79ad83 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "lncd/oauth2", + "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", "version": "1.0.7", - "homepage": "https://github.com/lncd/OAuth2", + "homepage": "https://github.com/php-loep/oauth2-server", "license": "MIT", "require": { "php": ">=5.3.0" @@ -10,12 +10,6 @@ "require-dev": { "mockery/mockery": ">=0.7.2" }, - "repositories": [ - { - "type": "git", - "url": "https://github.com/lncd/OAuth2" - } - ], "keywords": [ "oauth", "oauth2", @@ -33,6 +27,10 @@ "role": "Developer" } ], + "replace": { + "lncd/oauth2": "*", + "league/oauth2server": "*" + }, "autoload": { "psr-0": { "OAuth2": "src/"