This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive 3.0.0alpha7
·
419 commits
to master
since this release
Added
- Nothing.
Changed
- #556 modifies the
ApplicationFactory
such that it now uses theZend\Expressive\ROUTE_MIDDLEWARE
constant in order to retrieve theZend\Expressive\Router\Middleware\PathBasedRoutingMiddleware
instance. This is done to help smooth upgrades from v2 to v3, as it prevents a manual step when updating theconfig/pipeline.php
, and ensures that the instance composed in the application is the same instance piped to the application.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.