From da3c42cced18008fe3c4232705e811c58961e8f1 Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Sun, 12 Apr 2020 13:27:48 +0200 Subject: [PATCH] Add missing pre-status-cmd event --- doc/articles/scripts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index 8977aa32d..590d58439 100644 --- a/doc/articles/scripts.md +++ b/doc/articles/scripts.md @@ -29,6 +29,7 @@ Composer fires the following named events during its execution process: the `install` command is executed without a lock file present. - **post-update-cmd**: occurs after the `update` command has been executed, or after the `install` command has been executed without a lock file present. +- **pre-status-cmd**: occurs before the `status` command is executed. - **post-status-cmd**: occurs after the `status` command has been executed. - **pre-archive-cmd**: occurs before the `archive` command is executed. - **post-archive-cmd**: occurs after the `archive` command has been executed.