From e3b94e97f68bcfc81327d906a17a296d0d38b060 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 14:03:07 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement from ~6.0 to ~7.3 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.0.0...7.3.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2ea6781..b7f4929 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ }, "require": { "php": ">=7.3.0", - "guzzlehttp/guzzle": "~6.0", + "guzzlehttp/guzzle": "~7.3", "php-di/php-di": "^6.0" }, "require-dev": {