From de259a74118c81f9f10d9652fe00903261c2bfe3 Mon Sep 17 00:00:00 2001 From: Maxime Huran Date: Tue, 1 Oct 2024 18:03:39 +0200 Subject: [PATCH] WIP --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b45e013..d6cd169 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "scripts": { "auto-scripts": { - "cache:clear": "symfony-cmd", + "cache:clear -vvv": "symfony-cmd", "assets:install %PUBLIC_DIR%": "symfony-cmd" }, "phpcs": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --using-cache=no",