From be45546c6d68070e3c9ec720336fc012d0b1d7b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 10:43:37 +0000 Subject: [PATCH] composer: update guzzlehttp/psr7 requirement from ^1.8 || ^2.4 to ^2.12.3 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.12/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/commits/2.12.3) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-version: 2.12.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2e4a0fd..ef5d570 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/guzzle": "^7.13.2", - "guzzlehttp/psr7": "^1.8 || ^2.4", + "guzzlehttp/psr7": "^2.12.3", "vitexsoftware/ease-core": "^1.49" }, "require-dev": {