From 591b14d409f2d4e482ec87e713f3f99375620258 Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud Date: Thu, 21 Aug 2025 08:34:46 +0200 Subject: [PATCH] fix: Let intl polyfill in dependencies Environment without PHP Intl extension enabled gave a Fatal Error when using ECS. Refs: #293 --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e355ae795c..c3276c4652 100644 --- a/composer.json +++ b/composer.json @@ -80,9 +80,7 @@ "fix-cs": "bin/ecs check --fix --ansi" }, "replace": { - "symfony/polyfill-intl-grapheme": "*", "symfony/polyfill-ctype": "*", - "symfony/polyfill-intl-normalizer": "*", "symfony/event-dispatcher": "7.*", "symfony/process": "7.*", "symfony/stopwatch": "7.*" @@ -94,4 +92,4 @@ ] } } -} \ No newline at end of file +}