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

zend-expressive 3.0.0alpha7

Compare
Choose a tag to compare
@weierophinney weierophinney released this 14 Feb 21:46
· 419 commits to master since this release

Added

  • Nothing.

Changed

  • #556 modifies the ApplicationFactory such that it now uses the Zend\Expressive\ROUTE_MIDDLEWARE constant in order to retrieve the Zend\Expressive\Router\Middleware\PathBasedRoutingMiddleware instance. This is done to help smooth upgrades from v2 to v3, as it prevents a manual step when updating the config/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.