From 65ef357f5f226139a28c098684b5e636c3995399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:18:19 +0000 Subject: [PATCH] Update symfony/http-foundation requirement from ^4.4.6 to ^5.4.28 Updates the requirements on [symfony/http-foundation](https://github.com/symfony/http-foundation) to permit the latest version. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/6.3/CHANGELOG.md) - [Commits](https://github.com/symfony/http-foundation/compare/v4.4.6...v5.4.28) --- updated-dependencies: - dependency-name: symfony/http-foundation 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 96c6cec..def7c27 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "contao/core-bundle": "^4.9.0, <4.13.0", "menatwork/contao-multicolumnwizard-bundle": "^3.4", "metamodels/core": "^2.2", - "symfony/http-foundation": "^4.4.6" + "symfony/http-foundation": "^5.4.28" }, "require-dev": { "contao/manager-plugin": "^2.8",