From f8908415654cda38254a63d59e5a387c455717a8 Mon Sep 17 00:00:00 2001 From: Daniel Macedo Date: Fri, 20 May 2016 13:48:15 +0100 Subject: [PATCH] Release 3.0.0 --- README.md | 2 +- composer.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f0647ca..f2e6c03 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Version 2.x (on the `release/2.0` branch) is intended for Guzzle 5: "sainsburys/guzzle-oauth2-plugin": "~2.0" ``` -Version 1.x (on the `release/1.0` branch) is intended for Guzzle 5 [Unmaintained]: +Version 1.x (on the `release/1.0` branch) is intended for Guzzle 3 [Unmaintained]: ```json "sainsburys/guzzle-oauth2-plugin": "~1.0" ``` diff --git a/composer.lock b/composer.lock index d886885..f3c7553 100644 --- a/composer.lock +++ b/composer.lock @@ -114,16 +114,16 @@ }, { "name": "guzzlehttp/promises", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8" + "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8", - "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8", + "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579", + "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579", "shasum": "" }, "require": { @@ -161,7 +161,7 @@ "keywords": [ "promise" ], - "time": "2016-03-08 01:15:46" + "time": "2016-05-18 16:56:05" }, { "name": "guzzlehttp/psr7",