From 162f2f22770d5846cb74784819bafca1460ffe8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 02:06:14 +0000 Subject: [PATCH] composer(deps): update symfony/http-kernel requirement from ^4.4 || ^5.4 to ^5.4.17 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/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/http-kernel/commits/v5.4.17) --- 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 d3dce1b..ed4be4b 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "symfony/dependency-injection": "^4.4 || ^5.4", "symfony/event-dispatcher": "^4.4 || ^5.4", "symfony/http-foundation": "^4.4 || ^5.4", - "symfony/http-kernel": "^4.4 || ^5.4", + "symfony/http-kernel": "^5.4.17", "symfony/routing": "^4.4 || ^5.4", "symfony/web-link": "^4.4 || ^5.4", "twig/twig": "^2.0 || ^3.0",