From 3f834c2fa5ac0a64c36870a05ac982a62466e465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 05:09:20 +0000 Subject: [PATCH] Update symfony/http-kernel requirement from ^6.0 to ^7.2 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/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/http-kernel/compare/v6.0.0...v7.2.3) --- updated-dependencies: - dependency-name: symfony/http-kernel 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 8ae0fb5..23c194a 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "symfony/dependency-injection": "^7.1", "symfony/framework-bundle": "^7.1", "symfony/http-foundation": "^7.1", - "symfony/http-kernel": "^6.0", + "symfony/http-kernel": "^7.2", "symfony/routing": "^7.1" }, "require-dev": {