From 74338bca6ce6373b41b5d563cef9be684a829b8f Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 5 Oct 2012 14:59:43 +0100 Subject: [PATCH] Changed email + require Guzzle Signed-off-by: Alex Bilbie --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0257cf95..f7ed28b0 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,12 @@ { - "name": "lncd/Oauth2", + "name": "lncd/oauth2", "description": "OAuth 2.0 Framework", "version": "0.2.3", "homepage": "https://github.com/lncd/OAuth2", "license": "MIT", "require": { - "php": ">=5.3.0" + "php": ">=5.3.0", + "guzzle/guzzle": "*" }, "require-dev": { "phpunit/phpunit": "*" @@ -27,7 +28,7 @@ "authors": [ { "name": "Alex Bilbie", - "email": "oauth2@alexbilbie.com", + "email": "hello@alexbilbie.com", "homepage": "http://www.httpster.org", "role": "Developer" }