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

Remove unneeded cyclic dependency on react/socket #96

Merged
merged 1 commit into from
Feb 27, 2018

Conversation

clue
Copy link
Member

@clue clue commented Feb 27, 2018

This trivial PR removes the currently unneeded dependency on react/socket, which in turn depends on react/dns again. By removing this cyclic dependency, we can ensure Composer will automatically and correctly pick the latest installed version without having to specify the root package version.

This change was previously suggested by @cboden in #79. After considering this again, I came to the conclusion that I would rather get this in now and eventually look into how we can avoid this once we implement #19. This change includes documentation updates and effectively reverts parts of #71.

The updated dependency graph now looks like this:

new dependency graph

Builds on top of #79, thank you @cboden!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants