All notable changes to swisnl/guzzle-fixture-handler
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Nothing
- Bumped swisnl/php-http-fixture-client to v3. Please see changelog for all (breaking) changes.
- Dropped PHP <7.4 support.
- PHP 8 support
- Dropped PHP <7.2 support
- Added support for Guzzle 7 #2
- Added strict mode #3
This release changes the way URIs with GET-params are resolved to fixtures. GET-params are now separated with &
and key/value pairs are combined with =
instead of -
. Besides that, more characters are allowed in the filename. Please see the updated README and pull request #2 for more information.
- Changed logic for converting GET-params to a filename #2
- Fixed namespace of HandlerTest.
Initial release.