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
Fix false-positive when determining if patcher (current package) is going to be uninstalled
When a package that is really going to be deleted defines a "Vaimo" namespace in its PSR-4 autoload,
then vaimo/composer patches decides that it is going to be deleted and wipes out patches.
It happens because strpos("Vaimo\ComposerPatches", "Vaimo") indeed returns 0.
0 commit comments