I have some private repositories in github, I would like to reuse the code in my applications that are being made in Symfony, because I will need modules that already exist in more than one project and would make it very easy to maintain them if I could manage via composer.
The point is that I do not know anything about composer and even less about packagist.
My doubts are as follows:
I found a tutorial on how to distribute data via composer it is because of him that I am guiding.