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

Update react/socket to v0.8.0 #21

Merged
merged 3 commits into from
May 31, 2017

Conversation

Fneufneu
Copy link

No description provided.

Fneufneu added 2 commits May 31, 2017 11:53
avoid warnings by removing unsed argument $stream
Remove not needed and not possible anymore React\MySQL\Connector
Connector: Use connect($uri) instead of create($host, $port)
and pass resolver option properly
@guss77
Copy link

guss77 commented May 31, 2017

The suggest change still leaves the hard-coded version dependency. Why not change to an open range? In the future react/socket will release version 0.9, at which point this library will again break.

Copy link
Contributor

@clue clue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks for updating this! 👍

"react/socket": "0.4.*",
"react/dns": "0.4.*",
"react/socket-client": "0.4.*"
"react/socket": "0.8.*",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per reactphp/socket#75, you may as well target future versions with ^1.0 || ^0.8 here 👍

@bixuehujin bixuehujin merged commit c4a4a69 into friends-of-reactphp:master May 31, 2017
@Fneufneu Fneufneu deleted the update_reactsocket branch June 1, 2017 16:09
@clue clue added this to the v0.3.0 milestone Mar 11, 2018
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.

4 participants