Changed email + require Guzzle

Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
This commit is contained in:
Alex Bilbie 2012-10-05 14:59:43 +01:00
parent 6d1702a15d
commit 74338bca6c

View File

@ -1,11 +1,12 @@
{ {
"name": "lncd/Oauth2", "name": "lncd/oauth2",
"description": "OAuth 2.0 Framework", "description": "OAuth 2.0 Framework",
"version": "0.2.3", "version": "0.2.3",
"homepage": "https://github.com/lncd/OAuth2", "homepage": "https://github.com/lncd/OAuth2",
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0",
"guzzle/guzzle": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "*" "phpunit/phpunit": "*"
@ -27,7 +28,7 @@
"authors": [ "authors": [
{ {
"name": "Alex Bilbie", "name": "Alex Bilbie",
"email": "oauth2@alexbilbie.com", "email": "hello@alexbilbie.com",
"homepage": "http://www.httpster.org", "homepage": "http://www.httpster.org",
"role": "Developer" "role": "Developer"
} }