From c7daa54088172fd1f3b39ade6d2ca09309788b0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 11:36:42 +0000 Subject: [PATCH] Update dependency guzzlehttp/psr7 to v3 [SECURITY] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7be6538..6c50389 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": "^3.0.0" }, "require-dev": { "phpunit/phpunit": "^4.8",