From 742043018a78bfe3a763b6b59af2f1bac764d2fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 02:02:58 +0000 Subject: [PATCH] composer(deps): update symfony/http-kernel requirement from ^4.4 || ^5.4 to ^5.4.18 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.18) --- 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..addbcb4 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.18", "symfony/routing": "^4.4 || ^5.4", "symfony/web-link": "^4.4 || ^5.4", "twig/twig": "^2.0 || ^3.0",