- Allow the usage of the latest egeleon/http-adapter version
- Pin PHP platform and PHPUnit version in composer.json to be sure to maintain PHP 5.4 compatibility (requirement of the HTTP Adapter package)
- Allow usage of phpunit/phpunit ^5.0
- Allow usage of symfony/yaml ^3.0
- Update egeloen/http-adapter to 0.8
- Remove dependency on request parameters and handle checks with Tape functions instead.
- Update documentation
- Remove composer.lock
For Ivory HTTP Adapter 0.7.*
- Adaption to the 0.7 version of the Ivory HTTP Adapter
- Remove hints about the possible inclusion into the core HTTP adapter
- Change namespace from Ivory\HttpAdapter to Kreait\Ivory\HttpAdapter to avoid possible future conflicts
- Add PHP Code Style Fixer configuration
For Ivory HTTP Adapter 0.6.*
- Initial release, intended to be merged into the core HTTP Adapter