|  Download ChangelogAll notable changes to this project will be documented in this file, in reverse chronological order by release. 1.1.5 - 2020-11-24Added
#19 adds support for PHP 8.
 ChangedDeprecatedRemovedFixed1.1.4 - 2020-02-05AddedChangedDeprecatedRemoved
#15 removes the dependency on psr/http-message, as it is not technically necessary for usage of this package.
 Fixed1.1.3 - 2018-11-19Added
#10 adds the constants `StatusCodeInterface::STATUS_EARLY_HINTS` (103) and
`StatusCodeInterface::STATUS_TOO_EARLY` (425).
 ChangedDeprecatedRemovedFixed1.1.2 - 2017-02-09Added
#4 adds the constant
`StatusCodeInterface::STATUS_MISDIRECTED_REQUEST` (421).
 DeprecatedRemovedFixed1.1.1 - 2017-02-06Added
#3 adds the constant
`StatusCodeInterface::STATUS_IM_A_TEAPOT` (418).
 DeprecatedRemovedFixed1.1.0 - 2016-09-19Added
#1 adds
`Fig\Http\Message\StatusCodeInterface`, with constants named after common
status reason phrases, with values indicating the status codes themselves.
 DeprecatedRemovedFixed1.0.0 - 2017-08-05Added
Adds `Fig\Http\Message\RequestMethodInterface`, with constants covering the
most common HTTP request methods as specified by the IETF.
 DeprecatedRemovedFixed |