Skip to content

2.3.0

Compare
Choose a tag to compare
@dbu dbu released this 28 Apr 14:58
· 11 commits to 2.x since this release
2.3.0
f7352c0

Added

  • Test with PHP 8.2

Fixed

  • This client needs a PSR-17 factories implementation. Instead of requiring an implementation,
    previous versions only required the interfaces which could lead to a non-functional installation.
    Fixed by requiring psr/http-factory-implementation.