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:
