From 5a24d2f42821589030aa1c7d813fd75cd15f02af Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 16 Dec 2023 18:20:00 +0100 Subject: [PATCH] avoid replaces --- composer.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/composer.json b/composer.json index 3e0bf00..2e02131 100644 --- a/composer.json +++ b/composer.json @@ -43,13 +43,6 @@ "phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify", "rector": "vendor/bin/rector process --dry-run --ansi" }, - "replace": { - "symfony/polyfill-ctype": "*", - "symfony/polyfill-intl-grapheme": "*", - "symfony/polyfill-php74": "*", - "symfony/polyfill-php80": "*", - "symfony/polyfill-php81": "*" - }, "config": { "sort-packages": true, "platform-check": false,