Skip to content

Commit

Permalink
add new commands description
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-rolland committed Sep 10, 2024
1 parent 4007fa7 commit 77648e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 77648e7

Please sign in to comment.