From 7591eaf531a5397d97a9e135874898a2b95a0b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:34:36 +0000 Subject: [PATCH] Update guzzlehttp/psr7 requirement from ^2.9 to ^2.11 Updates the requirements on [guzzlehttp/psr7](https://github.com/guzzle/psr7) to permit the latest version. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/2.11/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/2.9.0...2.11.0) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-version: 2.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 9a62523..e6368a6 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "require-dev": { "phpunit/phpunit": "^10.5", "php-mock/php-mock-phpunit": "^2.15", - "guzzlehttp/psr7": "^2.9", + "guzzlehttp/psr7": "^2.11", "corpus/coding-standard": "^0.10.0", "squizlabs/php_codesniffer": "^4.0", "friendsofphp/php-cs-fixer": "^3.95",