-
-
Notifications
You must be signed in to change notification settings - Fork 408
Open
Description
Steps to reproduce:
- Use path mapping
"web/app/plugins/{$name}/": ["type:wordpress-plugin"] - Change package name e.g. from
a/my-packagetob/my-package composer remove a/my-package && composer require b/my-package- Run
composer install
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.
Metadata
Metadata
Assignees
Labels
No labels