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 cancomposer require php-http/message-factory
in your application.