Closed mbijnsdorp closed 10 years ago
If we are going to use composer to install the module then we need to add the extra paths to the composer.json
"require" : {
"magento-hackathon/magento-composer-installer":"*"
},
"extra" : {
"map": [
["app/etc/modules/..." , "app/etc/modules/..."],
]
},
no, having the modman file is enough
I agree if the module is not requiring any other dependencies and is not using composer to install the module then we do not need this PR. I prefer composer over modman but that is because in other modules I do at times require other dependencies but as this module doesn't I see no value in adding more complexity and having 2 methods of installing a module that we need to maintain.
As such I will close this down unless anyone sees a valid reason to re open.
I dont think so, it has no dependencies to composer packages, and uses the usual magento directory structure