Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

61 lines (34 loc) · 1.66 KB

Changelog

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.

Added

  • Add support for PHP 8.3

Added

  • Add support for psr/http-message v2
  • Add support for PHP 8.2
  • Add tests with PHPStan level 8

Changed

  • 100% code coverage
  • Drop support for PHP 7.1

Fixed

  • Fix compatability with psr/http-client 1.0.2 and psr/http-factory 1.0.2

Added

  • Add compatability with Requests v1
  • Add tests to improve test coverage

Fixed

  • Fixed a bug with providing the headers from the PSR-7 request to Requests.

Added

  • Add required PHP version in composer.json

Changed

  • Change Code Style to PSR-12
  • Drop support for PHP 7.0

Added