Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Version 0.2.2

Compare
Choose a tag to compare
@eclipxe13 eclipxe13 released this 23 Sep 18:39
0b64216
  • Fix usage of RequestInterface, to retrieve full body is recommended to use StreamInterface::__toString().
  • Fix testing based on sunrise-php/http-client-curl because they changed their API from 1.0 to 1.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 include dev:check-style.
    • Write .phpunit.result.cache on build/.
    • On Travis CI add PHP version 7.4snapshot with allow failure
    • Let Scrutinizer CI decide which PHP version to use