From c35c961d1c3c77835fa117f869773b064c486fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 03:37:20 +0000 Subject: [PATCH] composer(deps): update symfony/http-kernel requirement from ^4.4 || ^5.4 to ^5.4.21 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.21) --- 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..f368b23 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.21", "symfony/routing": "^4.4 || ^5.4", "symfony/web-link": "^4.4 || ^5.4", "twig/twig": "^2.0 || ^3.0",