From e159b1810534992eae56914b882c60067ada247f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Oct 2021 05:01:37 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement in /build/integration Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...7.4.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- build/integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration/composer.json b/build/integration/composer.json index 61a092cc7fc75..48c63ae1e6b86 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "~6.5", "behat/behat": "~3.9.0", - "guzzlehttp/guzzle": "6.5.2", + "guzzlehttp/guzzle": "7.4.0", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3", "symfony/event-dispatcher": "~5.3"