From 66866c0490e5f80b464985142f5b585934470641 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Tue, 16 Jul 2024 07:53:59 +0200 Subject: [PATCH] [TASK] Allow psr/http-message 1.1 and 2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f012b655..5ac0224a 100644 --- a/composer.json +++ b/composer.json @@ -89,7 +89,7 @@ "ext-pdo": "*", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.1 || ^2.0", "typo3/cms-backend": "^11.5 || ^12.4", "typo3/cms-core": "^11.5 || ^12.4", "typo3/cms-extbase": "^11.5 || ^12.4",