magento-hackathon / magento-composer-installer

Composer installer for Magento modules
210 stars 154 forks source link

Would it be possible to add this to packagist? #49

Closed kalenjordan closed 10 years ago

kalenjordan commented 10 years ago

That way we can pull it in as a dependency without explicitly listing the packages.firegento.com repository

joshribakoff commented 10 years ago

Agreed, its not even documented that you have to list the firegento repo. At the last it needs to be documented. Not very user friendly.

kalenjordan commented 10 years ago

Actually it is documented in the readme that you need to add the firegento repository to your composer.json: https://github.com/magento-hackathon/magento-composer-installer#install-a-module-in-your-project

But thanks for the upvote :smile:

Flyingmana commented 10 years ago

“If you have a project which has its own ecosystem, and the packages aren’t really reusable by the greater PHP community, you might want to keep them separate to packagist.”

kalenjordan commented 10 years ago

Got it, thanks @Flyingmana. Wasn't aware of that policy, makes sense!