[[toc]]
Split Git Repo into individual components.
++ Bugs
N/A
++ People
All developers.
++ Description
From dev mailing list:
Going to try to sum up what I think is forming as a consensus.
...
And the last time I chatted with Nils about composer it didn't have support for the installation of web assets - so for Horde the result would be a mixture of using composer and PEAR package definitions. I have no clue how much work it would be to get composer on par with PEAR in that area. Nils suggested that this should not be too hard. But the components helper we have should also be capable of managing PEAR and composer package definitions in parallel.
I would assume we would do something like maintain package.xml files and then use the components script to create a composer.json file. We could probably leverage this code:
https://github.com/claylo/conductor
BTW, adding yet another advantage to separate repositories: this greatly simplifies/improves continuous integration reporting. Not only does this drastically take the time to check a commit, it more directly targets the actual changes the commit made.
++ Resources
...
Back to the ((Projects|Project List))