From 733633e688804e49f340efa7b4bd8a7867e08896 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:03:27 +0000 Subject: [PATCH] Update dependency guzzlehttp/psr7 to v2 [SECURITY] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7be6538..44c9929 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/guzzle": "^6.2 || ^7.0", - "guzzlehttp/psr7": "^1.8.2" + "guzzlehttp/psr7": "^2.12.3" }, "require-dev": { "phpunit/phpunit": "^4.8",