Nyholm PSR-7 v0.3.0 Release Notes
Release Date: 2018-02-06 // over 5 years ago-
โ Added
- Return types.
- Many
InvalidArgumentException
s are thrown when you use invalid arguments. - โ
Integration tests for
UploadedFile
andServerRequest
.
๐ Changed
- ๐ We dropped PHP7.0 support.
- PSR-17 factories have been marked as internal. They do not fall under our BC promise until PSR-17 is accepted.
UploadedFileFactory::createUploadedFile
does not accept a string file path.