I have private list of repositories. I do not want to add to composer.json whole list in repositories
into every package.
Composer "said", that I have to create repositry with Satis. But I need to start web-server or open separate ssh access for it. But I do not want it. I already have git server with properly configured access.
Satis generate plain html and json files.
How to store those files inside another git repository and use it while installing or updating packages?