I have a PHP project where I use composer.
My own main library is actually a required package, as I\'m also building a \"standalone version\" for people to install (
After all these years... I have created a package that makes it easy to develop Composer packages while using them, making use of Composer's "path repositories", but without having to touch composer.json, which might not be desirable in a repository shared with other developers.
Shameless plug, but this was my own question, so I hope this is okay. :)