From a318c1650de1938a9220521fca0e9dfac28380bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 11:10:22 +0000 Subject: [PATCH] fix(deps): update dependency symfony/http-foundation to v8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f2127ef..77f960b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } }, "require": { - "symfony/http-foundation": "^4.4.9 || ^6.2.7" + "symfony/http-foundation": "^4.4.9 || ^6.2.7 || ^8.0.0" }, "require-dev": { "phpunit/phpunit": "7.5.20"