This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive 2.2.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #592 fixes a v3 to v2 backwards port issue where the
Router\Middleware\DispatchMiddleware
is registered as an invokable and it should be registered with theRouter\Middleware\DispatchMiddlewareFactory
. This caused a "DispatchMiddleware already exists and cannot be overridden" exception.