Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve dependencies of local packages #2

Closed
gossi opened this issue Aug 19, 2015 · 1 comment
Closed

Resolve dependencies of local packages #2

gossi opened this issue Aug 19, 2015 · 1 comment

Comments

@gossi
Copy link
Owner

gossi commented Aug 19, 2015

Given the following:

  • A dependent package exists locally and is as such symlinked
  • The dependent package changes its dependencies (= update to its require section)
  • Updating the root package won't install these new dependencies

A possible way, which might seem to fit this is using the pre-dependencies-solving hook.

@gossi
Copy link
Owner Author

gossi commented Oct 23, 2015

Two suggestions I have tried:

  1. Add the LocalRepository to the repository manager - no effect.
  2. Use the path config property (root and global package - both added programmatically) - no effect.

Workaround:
Scan each local dependency for their require and add them to the operated package - works.

@gossi gossi closed this as completed Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant