From ab5f2ffb659b8c2d8067144acfb672e374a5c7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 31 May 2024 22:22:49 +0200 Subject: [PATCH] add script to run php-cs-fixer --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2b25ebb65..34f9bbfc7 100644 --- a/composer.json +++ b/composer.json @@ -149,6 +149,7 @@ "scripts": { "auto-scripts": { "cache:clear": "symfony-cmd" - } + }, + "php-cs-fixer": "php-cs-fixer fix --config=./.php-cs-fixer.dist.php --show-progress=none" } }