From 5e6533a99a230753a971181f557636047d3120a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:43:20 +0000 Subject: [PATCH] Update dependency guzzlehttp/psr7 to v3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4f2acc0..78b6d53 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/guzzle": "^7.3", - "guzzlehttp/psr7": "^1.7 || ^2.0" + "guzzlehttp/psr7": "^1.7 || ^2.0 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^8.0 || ^9.0",