I've retrieved the last commits on master to work on the #22. When I ran composer install, I've got the problem detailed in hoaproject/Central#32.
I retrieved the hoa/core package because the hoa/stream used is 0.15.x. To make it works I needed to change the hoa/stream version constraint to : "hoa/socket": "~1.0".
I've retrieved the last commits on master to work on the #22. When I ran
composer install
, I've got the problem detailed in hoaproject/Central#32.I retrieved the
hoa/core
package because thehoa/stream
used is 0.15.x. To make it works I needed to change thehoa/stream
version constraint to :"hoa/socket": "~1.0"
.With that change, everything is fine :smile:.