mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Add post-autoload-dump event to docs/schema
This commit is contained in:
parent
8d55b9cced
commit
8518cd1be8
2 changed files with 16 additions and 10 deletions
|
@ -30,6 +30,8 @@ Composer fires the following named events during its execution process:
|
|||
- **post-package-update**: occurs after a package is updated.
|
||||
- **pre-package-uninstall**: occurs before a package has been uninstalled.
|
||||
- **post-package-uninstall**: occurs after a package has been uninstalled.
|
||||
- **post-autoload-dump**: occurs after the autoloader is dumped, either
|
||||
during `install`/`update`, or via the `dump-autoload` command.
|
||||
|
||||
|
||||
## Defining scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue