-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
I went into composer error today:
$ composer require clue/reactphp-block
$ [InvalidArgumentException]
Could not find a matching version of package clue/reactphp-block
...
Took a while before I noticed that the composer package name is clue/block-react
, not clue/reactphp-block
. Also, on https://reactphp.org/http/#client-usage only clue/reactphp-block
is mentioned.
Proposed fix: add installation instructions to README. If possible, mention correct package on reactphp website.