diff --git a/composer.json b/composer.json index 197cc1941b6b8c5d079874f597b323e4704c9325..766e50b1797a736e519e9068f4aabad02076325f 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,8 @@ "post-create-project-cmd": "rm CUSTOMIZATION.md README.md LICENSE .docheader src/*.php tests/*.php", "customize-reminder": "echo 'Ne pas oublier de configurer ce template, cf. https://gitlab.irstea.fr/pole-is/tools/php-skeleton/blob/master/CUSTOMIZATION.md'", "phploc": "vendor/bin/phploc src tests", - "fix-cs": "vendor/bin/php-cs-fixer fix", + "format": "vendor/bin/php-cs-fixer fix", + "fix-cs": "@format", "test": [ "@test:lint", "@test:php-cs-fixer", @@ -70,7 +71,7 @@ "test:security-checker": "test '!' -s composer.lock || vendor/bin/security-checker security:check" }, "scripts-descriptions": { - "fix-cs": "Applique les corrections automatiques de style.", + "format": "Applique les corrections automatiques de style de code.", "phploc": "Calcule des stats sur les sources.", "test": "Exécute tous les tests en série.", "test:lint": "Vérifie la syntaxe.",