Merge pull request #8770 from villfa/patch-1

Add missing pre-status-cmd event in doc
main
Jordi Boggiano 4 years ago committed by GitHub
commit 7c1709c3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save