All notable changes to this project will be documented in this file, in reverse chronological order by release.
.github
and phpstan.neon.dist
to .gitattributes
.Psr17Factory::createResponse
to respect the specification. If second
argument is not used, a standard reason phrase. If an empty string is passed,
then the reason phrase will be empty.Response::$reason
should never be null.UploadedFile
and HttplugFactory
fopen
failing in createStreamFromFile according to PSR-7.Psr17Factory
)HttplugFactory
that implements factory interfaces from HTTPlug.ServerRequest
does not extend Request
.UploadedFileFactory()
was removed in favor for Psr17Factory
.ServerRequestFactory()
was removed in favor for Psr17Factory
.StreamFactory
, UriFactory
, abd MessageFactory
. Use HttplugFactory
instead.ServerRequestFactory::createServerRequestFromArray
, ServerRequestFactory::createServerRequestFromArrays
and
ServerRequestFactory::createServerRequestFromGlobals
. Please use the new nyholm/psr7-server
instead.InvalidArgumentException
s are thrown when you use invalid arguments.UploadedFile
and ServerRequest
.UploadedFileFactory::createUploadedFile
does not accept a string file path.No changelog before this release