1
0
Fork 0
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:
Jordi Boggiano 2013-02-22 18:44:50 +01:00
parent 8d55b9cced
commit 8518cd1be8
2 changed files with 16 additions and 10 deletions

View file

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