From f6c81ee65010ca7e44c56a4f7afacdf243d0d43a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 04:20:11 +0000 Subject: [PATCH] Bump guzzlehttp/oauth-subscriber from 0.3.0 to 0.6.0 Bumps [guzzlehttp/oauth-subscriber](https://github.com/guzzle/oauth-subscriber) from 0.3.0 to 0.6.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.6.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 24 ++++++++++++++---------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index cbf2ddaf..a759a386 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "fzaninotto/faker": "^1.4", "gentle/bitbucket-api": "dev-develop", "guzzlehttp/guzzle": "^6.3", - "guzzlehttp/oauth-subscriber": "^0.3", + "guzzlehttp/oauth-subscriber": "^0.6", "khill/fontawesomephp": "^1.0", "laravel/framework": "5.8.*", "laravel/slack-notification-channel": "^2.0", diff --git a/composer.lock b/composer.lock index 2bce908b..4a8dbdef 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": "a2313d66b459957f4b8966a0547cebb2", + "content-hash": "c459ef55f1baf6f5893f22eded8e8a3c", "packages": [ { "name": "aws/aws-sdk-php", @@ -869,29 +869,33 @@ }, { "name": "guzzlehttp/oauth-subscriber", - "version": "0.3.0", + "version": "0.6.0", "source": { "type": "git", "url": "https://github.com/guzzle/oauth-subscriber.git", - "reference": "04960cdef3cd80ea401d6b0ca8b3e110e9bf12cf" + "reference": "8d6cab29f8397e5712d00a383eeead36108a3c1f" }, "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/8d6cab29f8397e5712d00a383eeead36108a3c1f", + "reference": "8d6cab29f8397e5712d00a383eeead36108a3c1f", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "~6.0", + "guzzlehttp/guzzle": "^6.5|^7.2", + "guzzlehttp/psr7": "^1.7|^2.0", "php": ">=5.5.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "~4.0|^9.3.3" + }, + "suggest": { + "ext-openssl": "Required to sign using RSA-SHA1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.3-dev" + "dev-master": "0.6-dev" } }, "autoload": { @@ -918,9 +922,9 @@ ], "support": { "issues": "https://github.com/guzzle/oauth-subscriber/issues", - "source": "https://github.com/guzzle/oauth-subscriber/tree/master" + "source": "https://github.com/guzzle/oauth-subscriber/tree/0.6.0" }, - "time": "2015-08-15T19:44:28+00:00" + "time": "2021-07-13T12:01:32+00:00" }, { "name": "guzzlehttp/promises",