Skip to content

1.16.0

Compare
Choose a tag to compare
@dbu dbu released this 17 May 06:44
· 21 commits to 1.x since this release
1.16.0
  • Remove direct dependency on php-http/message-factory as it is only needed for the deprecated Httplug factories.
    Upgrade to PSR-17 message factories provided by your HTTP client implementation.
    If you need the Httplug factories for the time being, you can composer require php-http/message-factory in your application.