craftsmancoding / repoman

Repoman allows for easy package development in MODX Revolution. Take back the simplicity!
30 stars 7 forks source link

Repoman as custom Composer Installer #15

Open fireproofsocks opened 10 years ago

fireproofsocks commented 10 years ago

See instructions here: https://getcomposer.org/doc/articles/custom-installers.md

If Repoman acts as a custom composer installer, the developer would require the necessary packages (like normal), including any MODX packages (identified by the "type"), and they would need to list repoman as a dependency so that the custom installer would know how to install the packages where type="modx-package"

fireproofsocks commented 10 years ago

Working on the composer-plugin branch...