From 8fc0cadae445bccb20aa7299d18012234b08a263 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 15 Feb 2013 17:08:27 +0000 Subject: [PATCH] Updated composer.json --- composer.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 883bfc64..5ba67484 100644 --- a/composer.json +++ b/composer.json @@ -1,15 +1,15 @@ { "name": "lncd/oauth2", "description": "OAuth 2.0 Framework", - "version": "0.4.2", + "version": "1.0.0", "homepage": "https://github.com/lncd/OAuth2", "license": "MIT", "require": { - "php": ">=5.3.0", - "guzzle/guzzle": "*" + "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "*" + "phpunit/phpunit": "*", + "mockery/mockery": ">=0.7.2" }, "repositories": [ { @@ -23,7 +23,8 @@ "server", "authorization", "authentication", - "resource" + "resource", + "api" ], "authors": [ { @@ -35,10 +36,8 @@ ], "autoload": { "psr-0": { - "Oauth2": "src/" + "OAuth2": "src/" } }, - "suggest": { - "lncd/oauth2-facebook": "Adds support for Facebook as an IDP" - } -} \ No newline at end of file + "suggest": {} +}