From db5aa5ffd0d830d8fdd010940391410fba0029b5 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sat, 23 Aug 2025 07:09:17 +0700 Subject: [PATCH] Remove symfony/polyfill-* from replace config --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e03317e1fa4..477fed0e024 100644 --- a/composer.json +++ b/composer.json @@ -62,9 +62,7 @@ "tracy/tracy": "^2.10" }, "replace": { - "rector/rector": "self.version", - "symfony/polyfill-ctype": "*", - "symfony/polyfill-intl-grapheme": "*" + "rector/rector": "self.version" }, "autoload": { "psr-4": {