Renamed package

This commit is contained in:
Alex Bilbie 2013-05-06 12:43:27 -07:00
parent 1ca8a4f4c3
commit e713d0df9c

View File

@ -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", "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", "version": "1.0.7",
"homepage": "https://github.com/lncd/OAuth2", "name": "league/oauth2server",
"homepage": "https://github.com/php-leop/oauth2-server",
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
@ -14,7 +14,7 @@
"repositories": [ "repositories": [
{ {
"type": "git", "type": "git",
"url": "https://github.com/lncd/OAuth2" "url": "https://github.com/php-leop/oauth2-server"
} }
], ],
"keywords": [ "keywords": [