- Replaced GuzzleHTTP with PSR-18 HTTP client interface
WebhookClientconstructor now accepts PSR-18ClientInterface,RequestFactoryInterface,StreamFactoryInterface- Added
WebhookClient::create(string $webhookUrl)static factory using four-http-client - Added PHPUnit 11 test suite
- Hard dependency on
guzzlehttp/guzzle