Skip to content

Latest commit

 

History

History
75 lines (46 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

75 lines (46 loc) · 2.37 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

  • Allowed PHP 8.3

Added

  • Allowed version ^2.0 of psr/http-message

Added

  • Support for PHP 8.2

Removed

  • Support for PHP 7.4

Fixed

  • Explicitly required psr/http-message and psr/http-server-handler

Changed

  • Added composer.lock as export-ignore to .gitattributes

Removed

  • Removed symfony/polyfill-php73 from dev dependencies

Changed

  • Minimum PHP version is 7.4

Added

  • Added provide section, marking package as psr/http-server-middleware-implementation

Changed

  • Limited what minor versions of PHP 8 this package can be used with

Changed

  • Moved symfony/polyfill-php73 dependency from require to require-dev

Removed

  • Removed composer.lock file

Added

  • Added .gitattributes to decrease dist

1.0.0 - 2021-05-08

Added

  • Added PSR-15 DisableFlocMiddleware