Version 0.6.0
This release adds a configurable timeout for the CurlEmitter. Also, it removes deprecation notices that were showing up when using PHP 8.2.
Thanks very much to Eric Tendian (@EricTendian) and Luc (@ldebrouwer) for their contributions!
CHANGELOG
New features
Add configurable timeout in CurlEmitter (#127)
Under the hood
Bump dependencies (#131)
Prevent deprecation warning for dynamic property creation under PHP 8.2 (#123)
Fix failing emitter tests (#125)