Update composer.json

This commit is contained in:
Phil Sturgeon 2014-01-22 11:27:38 -05:00
parent 25332be3d1
commit 895a379ed3

View File

@ -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": {
}
}
}