From 8ab3cf286c153c70d88fac094fbb3bc82b0b7a8f Mon Sep 17 00:00:00 2001 From: Stefan Heimes Date: Wed, 11 Jan 2023 12:10:57 +0100 Subject: [PATCH] Change the required minimum version of "doctrine/cache" Remove the version 1.0 'cause of API changes. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 913c0e7..b3180c0 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ext-pdo": "*", "contao-community-alliance/meta-palettes": "^2.0", "contao/core-bundle": "^4.9", - "doctrine/cache": "^1.0 || ^2.1", + "doctrine/cache": "^2.1", "doctrine/dbal": "^2.11 || ^3.0", "menatwork/contao-multicolumnwizard-bundle": "^3.4", "netzmacht/contao-leaflet-geocode-widget": "^1.2",