hoaproject / Irc

The Hoa\Irc library.
https://hoa-project.net
25 stars 8 forks source link

Issue with `composer install` on the last version. #23

Closed shulard closed 8 years ago

shulard commented 8 years ago

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".

With that change, everything is fine :smile:.

Hywan commented 8 years ago

Correct. hoa/socket must be ~1.0. Can you make a PR please?

Hywan commented 8 years ago

Closed by #24.