1
0
Fork 0
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:
Jordi Boggiano 2020-02-12 14:35:31 +01:00
parent 835a91532d
commit d52ce3c37f
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
7 changed files with 34 additions and 125 deletions

View file

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