mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Merge remote-tracking branch 'nevvermind/patch-2'
This commit is contained in:
commit
b9fbd5e5b1
1 changed files with 3 additions and 3 deletions
|
@ -47,10 +47,10 @@ Composer fires the following named events during its execution process:
|
|||
### Package Events
|
||||
|
||||
- **pre-package-install**: occurs before a package is installed.
|
||||
- **post-package-install**: occurs after a package is installed.
|
||||
- **post-package-install**: occurs after a package has been installed.
|
||||
- **pre-package-update**: occurs before a package is updated.
|
||||
- **post-package-update**: occurs after a package is updated.
|
||||
- **pre-package-uninstall**: occurs before a package has been uninstalled.
|
||||
- **post-package-update**: occurs after a package has been updated.
|
||||
- **pre-package-uninstall**: occurs before a package is uninstalled.
|
||||
- **post-package-uninstall**: occurs after a package has been uninstalled.
|
||||
|
||||
### Plugin Events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue