Skip to content

Releases: php-http/curl-client

2.4.0

Choose a tag to compare

@dbu dbu released this 09 Dec 12:03
2.4.0
  • Added support for Symfony 8
  • Added support for PHP 8.5
  • Remove support for PHP < 8.1

2.3.4

Choose a tag to compare

@dbu dbu released this 08 Dec 14:12
2.3.4
  • Added support for Symfony 8
  • Added support for PHP 8.5

2.3.3

Choose a tag to compare

@dbu dbu released this 31 Oct 07:38
2.3.3
f3eb48d

Added

  • Added support for PHP 8.4

2.3.2

Choose a tag to compare

@dbu dbu released this 31 Oct 07:38
2.3.2

Fixed

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

2.3.1

Choose a tag to compare

@dbu dbu released this 03 Nov 15:32
2.3.1

Added

  • Allow installation with Symfony 7.

2.3.0

Choose a tag to compare

@dbu dbu released this 28 Apr 14:58
2.3.0
f7352c0

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

Choose a tag to compare

@dbu dbu released this 10 Dec 18:03
2.2.1

Added

  • Symfony 6 support
  • Tested with PHP 8.1

2.2.0

Choose a tag to compare

@dbu dbu released this 14 Dec 08:37
2.2.0
  • PHP 8.0 support

2.1.1

Choose a tag to compare

@dbu dbu released this 12 Oct 06:58
f0cb980
  • Run tests with the renamed laminas diactoros (formerly known as zend diactoros)

2.1.0

Choose a tag to compare

@dbu dbu released this 27 Dec 11:04
2.1.0
9e79355

Added

  • Symfony 5 support