Skip to content

Releases: php-http/client-integration-tests

4.1.0

Choose a tag to compare

@dbu dbu released this 24 Jun 13:16
4.1.0
  • Allow installation with guzzlehttp/psr7 version 3

3.2.0

Choose a tag to compare

@dbu dbu released this 24 Jun 13:13
3.2.0
  • Allow installation with guzzlehttp/psr7 version 3

4.0.0

Choose a tag to compare

@dbu dbu released this 09 Dec 12:00
4.0.0
  • Allow PHPUnit > 9
  • Removed deprecated PhpUnitBackwardCompatibleTrait
  • Replaced deprecated HttpBaseTest::$messageFactory with $requestFactory and $streamFactory
  • Parameter type and return type declarations on all test classes

3.1.3

Choose a tag to compare

@dbu dbu released this 08 Dec 16:30
3.1.3
910880e
  • Fixed BC breaks accidentally introduced in 3.1.2

3.1.2 (broken)

Choose a tag to compare

@dbu dbu released this 08 Dec 15:37
3.1.2
  • Allow PHPUnit > 9
  • Deprecate PhpUnitBackwardCompatibleTrait

=> Do not use, accidental BC breaks

3.1.1

Choose a tag to compare

@dbu dbu released this 01 Sep 10:32
3.1.1
  • Switched to httpbin.org for tests now that its fixed. (Reverts #56)

3.1.0

Choose a tag to compare

@dbu dbu released this 05 Mar 12:59
3.1.0
  • Removed builds for abandoned guzzle5 and guzzle6 adapters
  • Support PSR-17 factories

Release 3.0.1

Choose a tag to compare

@Nyholm Nyholm released this 21 Mar 11:30
8a4c0c4

See change log for changes.

Release 3.0.0

Choose a tag to compare

@Nyholm Nyholm released this 01 Oct 11:00
6db507a

See change log for changes.

Release 2.0.1

Choose a tag to compare

@Nyholm Nyholm released this 27 Dec 10:41
ffd1d52

Use __toString() on Stream instead of getContent()