From 21fa2b7e884a10830a0a0b0611ebe8b77a8feda3 Mon Sep 17 00:00:00 2001 From: Kay Wei Date: Fri, 23 Aug 2024 11:03:18 +0800 Subject: [PATCH] Resolve the `symfony/config` compatibility --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index fe0ac20d5f..d6b64fe57e 100644 --- a/composer.json +++ b/composer.json @@ -53,6 +53,9 @@ ] } }, + "conflict": { + "symfony/config": ">=6.3.0" + }, "config": { "platform-check": false, "allow-plugins": {