mnsami / composer-custom-directory-installer

A composer plugin, to install differenty types of composer packages in custom directories outside the default composer default installation path which is in the vendor folder.
https://packagist.org/packages/mnsami/composer-custom-directory-installer
MIT License
138 stars 27 forks source link

Move when changing a folder in the config #22

Closed nvd-willer closed 7 years ago

nvd-willer commented 7 years ago

I changed the path in the config. Then I run composer install. As a result, I got two copies of the package.

mnsami commented 7 years ago

that is expected behavior from composer has nothing to do with my package. You need to delete your vendor folder and re-run composer install.