From 402c82098f4f4c1b8e81d71d1ff9869f6be61ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 01:51:57 +0000 Subject: [PATCH] composer: update guzzlehttp/psr7 requirement from ^2.9.0 to ^2.10.2 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.10/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/2.9.0...2.10.2) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-version: 2.10.2 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 10ab5e3..0fe15bc 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/guzzle": "^7.10", - "guzzlehttp/psr7": "^2.9.0", + "guzzlehttp/psr7": "^2.10.2", "vitexsoftware/ease-core": "^1.50" }, "require-dev": {