Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Expressive 2.0.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 13 Mar 14:16
· 761 commits to master since this release

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 of Zend\Stratigility\Middleware\CallableInteropMiddlewareWrapper.