From 50719d4fa37b04645b06d5e5860813063bbc681f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 13:47:25 +0000 Subject: [PATCH] composer(deps): update symfony/http-kernel requirement from ^4.4 || ^5.4 to ^5.4.11 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.1/CHANGELOG.md) - [Commits](https://github.com/symfony/http-kernel/commits/v5.4.11) --- 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 e514fe5..3f3c218 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.11", "symfony/routing": "^4.4 || ^5.4", "symfony/web-link": "^4.4 || ^5.4", "twig/twig": "^2.0 || ^3.0",