From a7122bc48acf8beeaeff65f1e6e6f7764a959679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Serf=C5=91z=C5=91?= Date: Thu, 30 Mar 2023 08:41:53 +0200 Subject: [PATCH] fix: LDP-2008: Update smyfony/http-foundation to 6.2.7 to support D10 (#12) * fix: LDP-2008: Update smyfony/http-foundation to 6.2.7 to support D10. * Update composer.json --------- Co-authored-by: Wolfgang Ziegler --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b64931a..f2127ef 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } }, "require": { - "symfony/http-foundation": "^4.4.9" + "symfony/http-foundation": "^4.4.9 || ^6.2.7" }, "require-dev": { "phpunit/phpunit": "7.5.20"