magento-hackathon / magento-composer-installer

Composer installer for Magento modules
210 stars 154 forks source link

Composer installer doesn't detect changing deploystrategy #134

Open ihor-sviziev opened 9 years ago

ihor-sviziev commented 9 years ago

After changing deployment strategy from "copy" to "symlink" (and back) and execute composer update - Output:

Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Writing lock file
Generating autoload files

For now I found hack: remove my module from composer.json that exec composer update and that back module to composer.json. Only after that I have changed deploy strategy (but only for this module).

I think installer should detect changing strategy.