From 174fe589c3a8c65a0befbf14e18266d7de287842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 08:54:34 +0000 Subject: [PATCH] Update guzzlehttp/psr7 requirement in the production-dependencies group Updates the requirements on [guzzlehttp/psr7](https://github.com/guzzle/psr7) to permit the latest version. Updates `guzzlehttp/psr7` to 2.8.0 - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/2.8/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/2.7.1...2.8.0) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-version: 2.8.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2da47a3..1c39fb7 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ext-pcre": "*", "ext-spl": "*", - "guzzlehttp/psr7": "~2.7.1", + "guzzlehttp/psr7": "~2.8.0", "webmozart/assert": "~1.11.0" }, "require-dev": {