updated documentation with pre/post archive events
parent
ee7961a0f3
commit
c103b54991
|
@ -40,6 +40,8 @@ Composer fires the following named events during its execution process:
|
||||||
installed, during the `create-project` command.
|
installed, during the `create-project` command.
|
||||||
- **post-create-project-cmd**: occurs after the `create-project` command is
|
- **post-create-project-cmd**: occurs after the `create-project` command is
|
||||||
executed.
|
executed.
|
||||||
|
- **pre-archive-cmd**: occurs before the `archive` command is executed.
|
||||||
|
- **post-archive-cmd**: occurs after the `archive` command is executed.
|
||||||
|
|
||||||
**NOTE: Composer makes no assumptions about the state of your dependencies
|
**NOTE: Composer makes no assumptions about the state of your dependencies
|
||||||
prior to `install` or `update`. Therefore, you should not specify scripts that
|
prior to `install` or `update`. Therefore, you should not specify scripts that
|
||||||
|
|
Loading…
Reference in New Issue