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.
- Allowed PHP 8.3
- Allowed version ^2.0 of
psr/http-message
- Support for PHP 8.2
- Support for PHP 7.4
- Explicitly required
psr/http-message
andpsr/http-server-handler
- Added
composer.lock
asexport-ignore
to.gitattributes
- Removed
symfony/polyfill-php73
from dev dependencies
- Minimum PHP version is 7.4
- Added
provide
section, marking package aspsr/http-server-middleware-implementation
- Limited what minor versions of PHP 8 this package can be used with
- Moved
symfony/polyfill-php73
dependency fromrequire
torequire-dev
- Removed
composer.lock
file
- Added
.gitattributes
to decrease dist
- Added PSR-15
DisableFlocMiddleware