BufferedChannel changed?
Closed this issue · 1 comments
carliedu commented
I was using Clue\React\Sse\BufferedChannel and it was working fine (as in example 11-chat.php.
Now apparently it was substituted by clue/sse-react, but I get an error on composer:
composer require clue/sse-react
[InvalidArgumentException]
Could not find a version of package clue/sse-react matching your minimum-stability (stable). Require it with an explicit version constraint allo
wing its desired stability.
carliedu commented
I found the problem. Installation must be made including "clue/sse-react": "dev-master"
in composer.json, not by composer require clue/sse-react
.
I don´t understand why this differences, but...