beberlei / composer-monorepo-plugin

Integrates Composer into monolithic repositories with many packages.
MIT License
305 stars 41 forks source link

Add support for package type #50

Open marcospassos opened 5 years ago

marcospassos commented 5 years ago

This plugin currently does not support specifying a package type:

{
    "type": "composer-installer"
}

@beberlei would you consider accepting a PR that add supports for such feature?

beberlei commented 5 years ago

@marcospassos If you can keep the patch small, then yes. But I feel that is not possible from what I understand about the potential ramifications. The likelihood of me merging support is small. Maybe you can make a quick prototype or a design document of how you thing it could work?