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

zend-expressive 3.0.0alpha5

Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 Feb 17:32
· 444 commits to master since this release

Added

  • Nothing.

Changed

  • #547 modifies the ConfigProvider, the NotFoundMiddlewareFactory, and the RouteMiddlewareFactory to remove the concept of the unshared ResponseInterface service, as service sharing is not always configurable in container implementations. To resolve the ability to provide discrete instances, the ConfigProvider defines two new virtual services that each resolve to the Zend\Expressive\Container\ResponseFactory:

    • Zend\Expressive\Response\NotFoundResponseInterface
    • Zend\Expressive\Response\RouterResponseInterface

    The related factories now consume these services in order to receive a response prototype for the services they produce.

  • #542 modifies the composer.json to no longer suggest the pimple/pimple package, but rather the zendframework/zend-pimple-config package.

  • #542 modifies the composer.json to no longer suggest the aura/di package, but rather the zendframework/zend-auradi-config package.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.