1
0
Fork 0

Clarify plugin docs slightly wrt pre-operations-exec event

pull/10541/head
Jordi Boggiano 2022-02-16 14:58:24 +01:00
parent 4376153912
commit acea849c51
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@ Composer fires the following named events during its execution process:
### Installer Events
- **pre-operations-exec**: occurs before the install/upgrade/.. operations
are executed when installing a lock file.
are executed when installing a lock file. Plugins that need to hook into
this event will need to be installed globally to be usable, as otherwise
they would not be loaded yet when a fresh install of a project happens.
### Package Events