From fcf57abbb2ca92b86d1c5724e559e43994788d14 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 1 Feb 2013 15:24:01 +0000 Subject: [PATCH] Removed guzzle dependancy --- composer.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index b12af92c..e5951b33 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,7 @@ "homepage": "https://github.com/lncd/OAuth2", "license": "MIT", "require": { - "php": ">=5.3.0", - "guzzle/guzzle": "*" + "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "*" @@ -38,7 +37,5 @@ "OAuth2": "src/" } }, - "suggest": { - "lncd/oauth2-facebook": "Adds support for Facebook as an IDP" - } + "suggest": {} }