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
What happens:
Composer uninstalls a/my-package, then installs b/my-package, but as a last step, it removes my-package directory (therefore removes the newly installed one)`.
Expected behaviour:
Old package will be removed, and new plugin will be installed.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
"web/app/plugins/{$name}/": ["type:wordpress-plugin"]
a/my-package
tob/my-package
composer remove a/my-package && composer require b/my-package
composer install
What happens:
Composer uninstalls
a/my-package
, then installsb/my-package
, but as a last step, it removesmy-package
directory (therefore removes the newly installed one)`.Expected behaviour:
Old package will be removed, and new plugin will be installed.
The text was updated successfully, but these errors were encountered: