From dc8112e574e9ac405c62978e02f547a6b12d35be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 03:20:27 +0000 Subject: [PATCH] Chore(deps-dev): Update guzzlehttp/guzzle requirement 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/7.7/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.6.1...7.7.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tests/integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/composer.json b/tests/integration/composer.json index 4154f556c..c59008c67 100644 --- a/tests/integration/composer.json +++ b/tests/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "~9", "behat/behat": "~3.13.0", - "guzzlehttp/guzzle": "7.6.1", + "guzzlehttp/guzzle": "7.7.0", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.4.0", "symfony/event-dispatcher": "~5.4"