Open
Description
Steps to reproduce:
- Use path mapping
"web/app/plugins/{$name}/": ["type:wordpress-plugin"]
- Change package name e.g. from
a/my-package
tob/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
Assignees
Labels
No labels