From d257db06ca43c2df5df603c69a79c9e7fcce7ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 13:05:09 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement from 7.6.1 to 7.7.0 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:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3c830742..56384163 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "fakerphp/faker": "^1.0", "gmajor/sr25519-bindings": "dev-main", "gmajor/substrate-codec-php": "dev-master", - "guzzlehttp/guzzle": "7.6.1", + "guzzlehttp/guzzle": "7.7.0", "illuminate/contracts": "^10.0", "kevinrob/guzzle-cache-middleware": "^4.0", "mll-lab/laravel-graphiql": "^3.1.0",