From a1b7d1392166ceda469ff6e7c2b18e2518ac32c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20K=C3=BChn?= Date: Wed, 29 Apr 2026 15:54:38 +0200 Subject: [PATCH] composer: replace symfony-cmd with php bin/console in post-install scripts --- composer.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 40d5b99..e940740 100644 --- a/composer.json +++ b/composer.json @@ -54,15 +54,11 @@ "symfony/polyfill-php84": "*" }, "scripts": { - "auto-scripts": { - "cache:clear": "symfony-cmd", - "assets:install %PUBLIC_DIR%": "symfony-cmd" - }, "post-install-cmd": [ - "@auto-scripts" + "php bin/console cache:clear --no-warmup" ], "post-update-cmd": [ - "@auto-scripts" + "php bin/console cache:clear --no-warmup" ] }, "conflict": {