From 4f8ac30f5c55e3d65feea567ccacab73d240836b Mon Sep 17 00:00:00 2001 From: Dennis Erdmann Date: Mon, 13 Feb 2023 19:29:51 +0100 Subject: [PATCH] allow symfony6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 10393fe..c07a343 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ }, "require": { "php": ">=5.6", - "contao/core-bundle": "^4.9 || ^5.0", - "symfony/http-kernel": "^3.3 || ^4.0 || ^5.0" + "contao/core-bundle": "^4.13 || ^5.0", + "symfony/http-kernel": "^5.0 || ^6.0" }, "require-dev": { "contao/manager-plugin": "~2.2"