You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.