From 858ef773232338c7f5612645ee9648c0c40d311e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 05:22:37 +0000 Subject: [PATCH] Bump guzzlehttp/guzzle from 8.1.0 to 8.2.0 Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/8.2/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/8.1.0...8.2.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 5670855..5822471 100644 --- a/composer.lock +++ b/composer.lock @@ -85,16 +85,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "8.1.0", + "version": "8.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "2cdae51a4a02c3fe2c38d42e25a7bb952e27b768" + "reference": "93939470950a9b11e2e84204166ef5e048c55fe4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/2cdae51a4a02c3fe2c38d42e25a7bb952e27b768", - "reference": "2cdae51a4a02c3fe2c38d42e25a7bb952e27b768", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/93939470950a9b11e2e84204166ef5e048c55fe4", + "reference": "93939470950a9b11e2e84204166ef5e048c55fe4", "shasum": "" }, "require": { @@ -114,7 +114,7 @@ "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", "guzzle/client-integration-tests": "4.0.1", - "guzzlehttp/test-server": "^1.0", + "guzzlehttp/test-server": "^1.0.1", "php-http/message-factory": "^1.1", "phpunit/phpunit": "^9.6.34", "psr/log": "^1.1 || ^2.0 || ^3.0" @@ -191,7 +191,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/8.1.0" + "source": "https://github.com/guzzle/guzzle/tree/8.2.0" }, "funding": [ { @@ -207,7 +207,7 @@ "type": "tidelift" } ], - "time": "2026-08-24T11:07:02+00:00" + "time": "2026-09-06T13:55:09+00:00" }, { "name": "guzzlehttp/promises",