From a54d8367ffb3956aa6f70fe9ae87d1107d6db561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 14:42:38 +0000 Subject: [PATCH] Update guzzlehttp/psr7 requirement from ^2.8 to ^2.8 || ^3.0 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/3.0/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/2.8.0...3.0.0) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-version: 3.0.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 97c82ea..d104273 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "friendsofphp/php-cs-fixer": "^3.94.0", "phpunit/phpunit": "^11.5.53 || ^12.5.11 || ^13.0.2", "symfony/var-dumper": "^6.4.15 || ^7.4.4 || ^v8.0.4", - "guzzlehttp/psr7": "^2.8", + "guzzlehttp/psr7": "^2.8 || ^3.0", "phpstan/phpstan": "^2.1.39", "phpstan/phpstan-phpunit": "^2.0.15", "phpstan/phpstan-deprecation-rules": "^2.0.4",