Releases: php-http/curl-client
Releases · php-http/curl-client
2.3.3
Added
- Added support for PHP 8.4
2.3.2
Fixed
- Fixed running the tests with Guzzle PSR-7 and PSR-17 implementations.
2.3.1
Added
- Allow installation with Symfony 7.
2.3.0
Added
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
.
2.2.1
Added
- Symfony 6 support
- Tested with PHP 8.1
2.1.1
- Run tests with the renamed laminas diactoros (formerly known as zend diactoros)
2.0.0
Removed
Changed
- Minimal PHP version changed to 7.1.
Client::__construct
now expects PSR-17 factories instead of HTTPlug ones.
Added
1.7.1
Fixed
- #36: Failure evaluating code: is_resource($handle) (string assertions are deprecated in PHP 7.2)