magento-hackathon / magento-composer-installer

Composer installer for Magento modules
210 stars 156 forks source link

Magento installer is a global object and does not allow multiple strategies #28

Closed vdubyna closed 11 years ago

vdubyna commented 11 years ago

I've discovered that magent installer is a global object and remains the same for all packages. That is why we could not init different deploy strategies for different extensions. We should move the init of strategy from constructor to the method getDeployStrategy

Vinai commented 11 years ago

Just for reference: this refers to https://github.com/magento-hackathon/magento-composer-installer/pull/29

Please explain in the thread there. I'm closing this thread to keep the issue in one place :)