From 77648e73cf243aece480d17af4ccbc51d55d3ae3 Mon Sep 17 00:00:00 2001 From: Matthieu Rolland Date: Tue, 10 Sep 2024 11:28:34 +0200 Subject: [PATCH] add new commands description --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ee57f8b01fbac..cc4c591fb6ac9 100644 --- a/composer.json +++ b/composer.json @@ -255,6 +255,9 @@ "create-test-table-dumps": "Create a dump of each table in the Database for testing purposes", "restore-test-db": "Restore the whole DB in a single dump", "restore-test-tables": "Restore all tables one by one, only when they have been modified", - "test-all": "Launch all PHPUnit test suites" + "test-all": "Launch all PHPUnit test suites", + "php-cs-fixer": "Launch php cs fixer, fixes will be applied automatically", + "php-cs-fixer:dry": "Launch php cs fixer in dry mode: fixes will not be applied automatically", + "phpstan": "Launch a phpstan analyzis" } }