Composer - No Matching Package Found

前端 未结 1 405
逝去的感伤
逝去的感伤 2021-02-04 09:13

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

相关标签:
1条回答
  • 2021-02-04 09:35

    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.

    0 讨论(0)
提交回复
热议问题