From df29d024bbb2dda23883b2584bc518148476eae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 06:12:23 +0000 Subject: [PATCH] Update symfony/http-kernel requirement from ^6.4 || ^7.4 to ^8.0.5 Updates the requirements on [symfony/http-kernel](https://github.com/symfony/http-kernel) to permit the latest version. - [Release notes](https://github.com/symfony/http-kernel/releases) - [Changelog](https://github.com/symfony/http-kernel/blob/8.1/CHANGELOG.md) - [Commits](https://github.com/symfony/http-kernel/commits/v8.0.5) --- updated-dependencies: - dependency-name: symfony/http-kernel dependency-version: 8.0.5 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 a20952e..779df67 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "symfony/config": "^6.4 || ^7.4", "symfony/dependency-injection": "^6.4 || ^7.4", "symfony/framework-bundle": "^6.4 || ^7.4", - "symfony/http-kernel": "^6.4 || ^7.4" + "symfony/http-kernel": "^8.0.5" }, "require-dev": { "ext-json": "*",