Slim 3.3.0 released
This release tidies up a few issues found in our PSR-7 implementation around the Request’s body and uploaded files. In particular, we now handle file input elements with names containing nested arrays correctly.
Added
- #1811 - Add
Request::reparseBody()
to provide a way to allow reparsing of the Request’s body