From f0857c1bd9c228b3fcd22ec00a3f330b3760bdda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20K=C3=BChn?= Date: Wed, 29 Apr 2026 15:55:38 +0200 Subject: [PATCH] composer: remove post-install scripts, cache:clear handled by deploy.sh --- composer.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/composer.json b/composer.json index e940740..73f4df6 100644 --- a/composer.json +++ b/composer.json @@ -53,14 +53,7 @@ "symfony/polyfill-php83": "*", "symfony/polyfill-php84": "*" }, - "scripts": { - "post-install-cmd": [ - "php bin/console cache:clear --no-warmup" - ], - "post-update-cmd": [ - "php bin/console cache:clear --no-warmup" - ] - }, + "scripts": {}, "conflict": { "symfony/symfony": "*" },