Hi Gurus,
I have a taskspace application which has different versions. For each version there is a composer project. Since the application is on production we have to use update releases, therefore i have to install each composer project, UI (some xml & customizations) and release related DARs in sequential order.
I would like to consolidate that and aswell automate that. So is there any way where i can acheive this in composer, if so can you provide me steps on how this can be done.
Scenario:
1. Composer project 1
2. Composer project 2
3. Composer project 3
instead of installing 3 times, can i make into one project which has all the 3 project reference and install in order.