This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Expressive 2.0.2
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #467 fixes an issue when passing invokable, duck-typed, interop middleware to the application without registering it with the container. Prior to the patch, it was incorrectly being decorated by
Zend\Stratigility\Middleware\CallableMiddlewareWrapper
instead ofZend\Stratigility\Middleware\CallableInteropMiddlewareWrapper
.