zend-expressive 3.0.0alpha5
Added
- Nothing.
Changed
-
#547 modifies the
ConfigProvider
, theNotFoundMiddlewareFactory
, and theRouteMiddlewareFactory
to remove the concept of the unsharedResponseInterface
service, as service sharing is not always configurable in container implementations. To resolve the ability to provide discrete instances, theConfigProvider
defines two new virtual services that each resolve to theZend\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.