Browse Source

Add missing pre-status-cmd event

Fabien Villepinte 5 years ago
parent
commit
da3c42cced
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/articles/scripts.md

+ 1 - 0
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.