From 917532dc108ebbc37fbf21d31a6935e2fd5e2e27 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 09:31:08 +0000 Subject: [PATCH] Bump guzzlehttp/oauth-subscriber from 0.3.0 to 0.4.0 Bumps [guzzlehttp/oauth-subscriber](https://github.com/guzzle/oauth-subscriber) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/guzzle/oauth-subscriber/releases) - [Changelog](https://github.com/guzzle/oauth-subscriber/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/oauth-subscriber/compare/0.3.0...0.4.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 125051a..bd83aaa 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": "^7.1.8", "ext-iconv": "*", "guzzlehttp/guzzle": "^6.3", - "guzzlehttp/oauth-subscriber": "^0.3.0", + "guzzlehttp/oauth-subscriber": "^0.4.0", "symfony/console": "~4.0", "symfony/flex": "^1.0", "symfony/framework-bundle": "^4.0", diff --git a/composer.lock b/composer.lock index a8f6294..f935885 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "559828ecc85164009cbc87ec07a32e25", + "content-hash": "c7d2990ec1e21a381c98135aac8e60b6", "packages": [ { "name": "doctrine/lexer", @@ -184,20 +184,20 @@ }, { "name": "guzzlehttp/oauth-subscriber", - "version": "0.3.0", + "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/guzzle/oauth-subscriber.git", - "reference": "04960cdef3cd80ea401d6b0ca8b3e110e9bf12cf" + "reference": "47b4b9cd0b31a6733a3cc500d4285a8363502485" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/oauth-subscriber/zipball/04960cdef3cd80ea401d6b0ca8b3e110e9bf12cf", - "reference": "04960cdef3cd80ea401d6b0ca8b3e110e9bf12cf", + "url": "https://api.github.com/repos/guzzle/oauth-subscriber/zipball/47b4b9cd0b31a6733a3cc500d4285a8363502485", + "reference": "47b4b9cd0b31a6733a3cc500d4285a8363502485", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "~6.0", + "guzzlehttp/guzzle": "^6.0|^7.0", "php": ">=5.5.0" }, "require-dev": { @@ -206,7 +206,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.3-dev" + "dev-master": "0.4-dev" } }, "autoload": { @@ -231,7 +231,7 @@ "Guzzle", "oauth" ], - "time": "2015-08-15T19:44:28+00:00" + "time": "2020-07-01T06:28:13+00:00" }, { "name": "guzzlehttp/promises", @@ -2224,5 +2224,6 @@ "php": "^7.1.8", "ext-iconv": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }