From 340d87e94c0f7234567578aa15be02a88551d1f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:12:19 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement from 7.10.4 to 7.11.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.11/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.10.4...7.11.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 7.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f0f3002..6e4a9e5 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "phpunit/phpunit": "9.6.34", "phpstan/phpstan": "2.2.1", "squizlabs/php_codesniffer": "4.0.1", - "guzzlehttp/guzzle": "7.10.4", + "guzzlehttp/guzzle": "7.11.0", "php-http/mock-client": "1.6.1", "nyholm/psr7": "1.8.2", "vlucas/phpdotenv": "5.6.3"