-
Notifications
You must be signed in to change notification settings - Fork 4
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
Broken dependencies - \React\Socket\Server::__construct needs two arguments #13
Comments
Ping :) |
@nepda #12 is currently blocked by react/http (https://github.com/reactphp/http/milestone/14). The newer updates to this library use features that will be in the 0.8.0 release of http. You can use the PR branch by requiring |
Okay, thanks. W'll work with this and looking forward to see react releasing 0.8.0. Thanks for your work! |
Hey, it seems v8 is now released : https://github.com/reactphp/http/releases, it would be cool to get it merged ! |
If you install the
voryx/wamppost
package in version0.1.5
(composer.json
like below)You will get an error because the usage of
\React\Socket\Server::__construct
has changed. But your code does'nt:src/WampPost/WampPost.php:32
:But the signature of the class looks like this:
composer.json
:The text was updated successfully, but these errors were encountered: