v0.3.0: Custom clients (#3)
Added
- Added custom clients that implement the interface
Webthink\MonologSlack\Utility\ClientInterface
in order to communicate
with slack. - [BC] Change the constructor of
SlackWebhooHandler
to accept aWebthink\MonologSlack\Utility\ClientInterface
instead of
a guzzle client. If null is passed aWebthink\MonologSlack\Utility\GuzzleClient
is initialized.