Replies: 2 comments 13 replies
-
Hey, That sounds like a good/correct solution, and I think on first sight this would be an easy improvement to implement. This would resolve the issue #77 in a better and neater way then that I had first in mind! Thanks for this suggestion 👍🏻 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Love it, thanks! ❤️ FWIW, after a period of trying to just use path repositories and/or docker mounts for this kind of development, I was very glad to see this project in active development. Great work! |
Beta Was this translation helpful? Give feedback.
11 replies
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.
-
composer link
can fail because sub-dependencies that are are not satisfied once the version is changed todev-linked
.What if
composer link
included a Require inline alias, so it was still treated like the original version?e.g. here, the version would instead be somthing like
dev-linked as x.x.x
, wherex.x.x
is the original locked version.Beta Was this translation helpful? Give feedback.
All reactions