From 050812c3abdf1e2536c8f43c205cbf41b3a85a97 Mon Sep 17 00:00:00 2001 From: Eric Gesemann Date: Mon, 19 Feb 2024 09:38:30 +0100 Subject: [PATCH] fixed minimum utils bundle version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b2638a0..9070f5f 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "contao/core-bundle": "^4.13 || ^5.0", "heimrichhannot/contao-encore-contracts": "^1.0", "heimrichhannot/contao-multi-column-editor-bundle": "^2.0", - "heimrichhannot/contao-utils-bundle": "^2.231.0 || 3.0.0-beta", + "heimrichhannot/contao-utils-bundle": "^2.231.0 || ^3.0@beta", "symfony/cache": "^5.4 || ^6.0", "symfony/config": "^5.4 || ^6.0", "symfony/console": "^5.4 || ^6.0",