I have a local repository set up in my global config, which I develop composer packages in. This way I can easily test them out in multiple locations by simply running composer require my/package
. When I release these packages, I'd like to be able to keep the local copy, but select from which repository I can require these. Is this possible? Something like:
composer require --repository local my/package
composer require --repository my-satis-instance my/package