From c63a613fe23fd5ba42801f744bc50c135663fa93 Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Wed, 17 Apr 2024 13:23:49 +0200 Subject: [PATCH] [Bug]: Fix Conflict with twig/twig 3.9.0 || 3.9.1 (#574) --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 7a5a9b94..33f3a261 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,9 @@ "chrome-php/chrome": "^1.6", "gotenberg/gotenberg-php": "^1.1" }, + "conflict": { + "twig/twig": "3.9.0 || 3.9.1" + }, "suggest": { "pimcore/elasticsearch-client": "Required for Elastic Search service" },