From c7216d1ff5aea5bc256f3fce8812a056ae3221f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:57:29 +0000 Subject: [PATCH] Update psr/http-message requirement from ^1.0 to ^2.0 Updates the requirements on [psr/http-message](https://github.com/php-fig/http-message) to permit the latest version. - [Release notes](https://github.com/php-fig/http-message/releases) - [Changelog](https://github.com/php-fig/http-message/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-fig/http-message/compare/1.0...2.0) --- updated-dependencies: - dependency-name: psr/http-message dependency-version: '2.0' 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 e818c8b427..6d30eebd23 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ext-xml": "*", "ext-xmlreader": "*", "neos/composer-plugin": "^2.0", - "psr/http-message": "^1.0", + "psr/http-message": "^2.0", "psr/http-factory": "^1.0", "psr/container": "^1.0", "psr/http-server-middleware": "^1.0",