diff --git a/composer.json b/composer.json index c57c1e93..f621fa02 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "lncd/oauth2", "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", + "name": "league/oauth2server", + "homepage": "https://github.com/php-leop/oauth2-server", "license": "MIT", "require": { "php": ">=5.3.0", @@ -14,7 +14,7 @@ "repositories": [ { "type": "git", - "url": "https://github.com/lncd/OAuth2" + "url": "https://github.com/php-leop/oauth2-server" } ], "keywords": [