Version 4.4.0
Bug Fixes
- PHP 8.4 compatibility: Use explicit nullable types (?Type) instead of implicit nullable parameters, fixing deprecation notices on PHP 8.4 (Swap.php, Factory.php) #144, #147
- Replace deprecated
HttpClientDiscovery: UsePsr18ClientDiscoveryinstead of the deprecatedHttpClientDiscoveryin Factory.php #142
Maintenance
- New runtime dependencies: Added symfony/http-client and php-http/message-factory to require
- New suggestion: php-http/discovery added to suggest for auto-discovery of HttpClient
- Documentation: Multiple README and docs updates
Full Changelog: 4.3.0...4.4.0