I have a PHP framework I\'ve built, and I\'m trying to separate everything into different repos and get it set up in composer to make my life easier.
Basically, I have 3
Looks like composer won't resolve repositories recursively. From the docs:
Repositories are not resolved recursively. You can only add them to your main composer.json. Repository declarations of dependencies' composer.jsons are ignored.
So I guess I'm out of luck. I'll have to specify the repositories in each repo.