Skip to content

Releases: php-http/curl-client

2.3.3

31 Oct 07:38
@dbu dbu
2.3.3
f3eb48d
Compare
Choose a tag to compare

Added

  • Added support for PHP 8.4

2.3.2

31 Oct 07:38
@dbu dbu
2.3.2
Compare
Choose a tag to compare

Fixed

  • Fixed running the tests with Guzzle PSR-7 and PSR-17 implementations.

2.3.1

03 Nov 15:32
@dbu dbu
2.3.1
Compare
Choose a tag to compare

Added

  • Allow installation with Symfony 7.

2.3.0

28 Apr 14:58
@dbu dbu
2.3.0
f7352c0
Compare
Choose a tag to compare

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.

2.2.1

10 Dec 18:03
@dbu dbu
2.2.1
Compare
Choose a tag to compare

Added

  • Symfony 6 support
  • Tested with PHP 8.1

2.2.0

14 Dec 08:37
@dbu dbu
2.2.0
Compare
Choose a tag to compare
  • PHP 8.0 support

2.1.1

12 Oct 06:58
@dbu dbu
f0cb980
Compare
Choose a tag to compare
  • Run tests with the renamed laminas diactoros (formerly known as zend diactoros)

2.1.0

27 Dec 11:04
@dbu dbu
2.1.0
9e79355
Compare
Choose a tag to compare

Added

  • Symfony 5 support

2.0.0

05 Mar 20:04
Compare
Choose a tag to compare

Removed

  • HHVM support removed.

Changed

  • Minimal PHP version changed to 7.1.
  • Client::__construct now expects PSR-17 factories instead of HTTPlug ones.

Added

1.7.1

26 Mar 19:22
Compare
Choose a tag to compare

Fixed

  • #36: Failure evaluating code: is_resource($handle) (string assertions are deprecated in PHP 7.2)