I\'ve got a couple of libraries [Foo and Bar] that I\'m developing in concert, but are still technically separate things. Previously I\'ve just re-defined the autoloader to
You can use Composer's repositories feature
https://getcomposer.org/doc/05-repositories.md#loading-a-package-from-a-vcs-repository
Instead of using the http format, specify a file path on disk.