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" }