Can't install a package from VCS repository that requires another package that is also from VCS repository #11857
Unanswered
ghost
asked this question in
Q&A / Support
Replies: 1 comment 1 reply
-
"repositories" is only read for the root package, so that doesn't seem relevant here. is this perhaps a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Both packages exist on satis and releases section contains branch
task-123
.In my application root I run:
$ composer require vendor/package-a:dev-task-123 as 1.0 Problem 1: - vendor/package-a dev-task-123 requires vendor/package-b task-123 -> no matching package found.
Main composer.json:
Package A composer.json:
Beta Was this translation helpful? Give feedback.
All reactions