From dbce2878344863f738aa5c7879a7c50091d53c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mummert?= Date: Mon, 2 Mar 2026 21:34:29 +0100 Subject: [PATCH] Add contao/calendar-bundle dependency --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 4ac5810..fd12548 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ "require": { "php": "^8.3", "contao/core-bundle": "^5.7", + "contao/calendar-bundle": "^5.7", "contao/manager-plugin": "^2.0", "numero2/contao-tags": "^0.5" },