Skip to content

3.0.0

Compare
Choose a tag to compare
@JaZo JaZo released this 10 Jan 09:37
· 44 commits to master since this release
b0b731e

Changed

  • The ResponseBuilder now requires PSR-17 factories instead of a PHP-HTTP factory, to align it with the Client. This is only a breaking change in the rare case where you provide your own factory to the ResponseBuilder.
  • Removed domainAliases from constructor arguments. Please use setDomainAliases() on the instance instead.
  • Replaced danielstjules/stringy with symfony/string. In some edge cases, mainly special or accented characters, this will affect how query parameters are transformed to a fixture.

Removed

  • Dropped PHP <7.4 support.