From aa3a467aa2cf66d7420e743c84e73e4c24f9e75c Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 9 Jul 2012 16:48:26 +0100 Subject: [PATCH] Added homepage --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e2229628..df63c698 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,8 @@ "name": "lncd/oauth2server", "description": "OAuth 2.0 server", "version": "0.0.1", + "homepage": "https://github.com/lncd/oauth2server", + "license": "MIT", "require": { "php": ">=5.3.0", }, @@ -16,7 +18,6 @@ "oauth2", "server" ], - "license": "MIT", "authors": [ { "name": "Alex Bilbie",