zend-expressive 3.0.0alpha5
Added
- Nothing.
Changed
-
#547 modifies the
ConfigProvider, theNotFoundMiddlewareFactory, and theRouteMiddlewareFactoryto remove the concept of the unsharedResponseInterfaceservice, as service sharing is not always configurable in container implementations. To resolve the ability to provide discrete instances, theConfigProviderdefines two new virtual services that each resolve to theZend\Expressive\Container\ResponseFactory:Zend\Expressive\Response\NotFoundResponseInterfaceZend\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.jsonto no longer suggest the pimple/pimple package, but rather the zendframework/zend-pimple-config package. -
#542 modifies the
composer.jsonto no longer suggest the aura/di package, but rather the zendframework/zend-auradi-config package.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.