You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question
So I'm wondering if it should be dispatched by composer itself on $this->composer->getInstallationManager()->uninstall() or by the module calling this?
The text was updated successfully, but these errors were encountered:
I tried a hotfix for the patch plugin here SebCorbin/composer-patches@1cb9bac and it is ugly
I don't want to break the API so I'm not gonna write a pull request, and now that I've found why I'm frustrated feel free to close this issue
Problem
Willing to contribute to https://github.com/cweagans/composer-patches and https://github.com/derhasi/composer-preserve-paths, I discovered that
PackageEvents::PRE_PACKAGE_UNINSTALL
is documented but never usedQuestion
So I'm wondering if it should be dispatched by composer itself on
$this->composer->getInstallationManager()->uninstall()
or by the module calling this?The text was updated successfully, but these errors were encountered: