v3.6.0
Issues fixed:
#41 PHP 8.2 Deprecation notices
Other updates
- Updated test suite to remove PHP 8.2 deprecation notices
- Updated Travis-CI to run test suite for PHP 8.1 and 8.2
Potential BC issue
- The fix for #41 removed the setting of the dynamic property
request
in theAdapterChainEvent
class which caused the deprecation notice in PHP 8.2. Be aware that usage of this dynamic property in your application will no longer work. Use therequest
param of the event instead.