This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
Version 0.2.2
- Fix usage of
RequestInterface
, to retrieve full body is recommended to useStreamInterface::__toString()
. - Fix testing based on
sunrise-php/http-client-curl
because they changed their API from1.0
to1.1
and it broke object construction. Too late to report a SemVer issue. - Improve
composer.json#support
section (PR #4) - Package include
docs/
and exclude development file.phplint.yml
- Development:
- Improve
composer dev:build
to includedev:check-style
. - Write
.phpunit.result.cache
onbuild/
. - On Travis CI add PHP version
7.4snapshot
with allow failure - Let Scrutinizer CI decide which PHP version to use
- Improve