All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Allow to be installed with Guzzle PSR-7 2.0
- Only support HTTPlug 2.0 and PSR-18
- HTTPlug 2.0 is now optional (only require it if you need to test async)
- HttpClientTest now relies only on PSR-18 (no need for HTTPlug)
- Added support for PHPUnit 8 and 9
- Use
__toString()
instead ofgetContents()
2.0.0 - 2018-11-03
1.0.0 - 2018-11-03
- Don't test
TRACE
requests with request bodies, as they're not valid requests according to the RFC. - Make the test suite PHPUnit 6 compatible
0.6.2 - 2017-07-10
0.6.1 - 2017-07-10
0.6.0 - 2017-05-29
0.5.1 - 2016-07-18
- Old name
0.5.0 - 2016-07-18
- Renamed to client-integration-tests
- Improved pacakge
0.4.0 - 2016-03-02
- Discovery dependency
0.3.1 - 2016-02-11
- Updated message dependency
0.3.0 - 2016-01-21
- Updated discovery dependency
0.2.0 - 2016-01-13
- Updated to latest HTTPlug version
- Updated package files
- Initial release