mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Replace pre/post-dependencies-solving by a pre-operations-exec event happening only on install from lock
This commit is contained in:
parent
835a91532d
commit
d52ce3c37f
7 changed files with 34 additions and 125 deletions
|
@ -43,8 +43,8 @@ Composer fires the following named events during its execution process:
|
|||
|
||||
### Installer Events
|
||||
|
||||
- **pre-dependencies-solving**: occurs before the dependencies are resolved.
|
||||
- **post-dependencies-solving**: occurs after the dependencies have been resolved.
|
||||
- **pre-operations-exec**: occurs before the install/upgrade/.. operations
|
||||
are executed when installing a lock file.
|
||||
|
||||
### Package Events
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue