I have created my own base project which I install in my projects using Composer. It is a gitrepository, stored on Github. Then I create releases and push them to Packagist. I can install the base project, but instead of downloading the package like other packages, it always does a checkout.
Is there another way to use composer to download your packages instead of downloading them?