This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive 3.0.0alpha4
·
456 commits
to master
since this release
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#549 modifies how the
ServerRequestFactoryFactory
returns theServerRequestFactory::fromGlobals()
mechanism, wrapping it in an anonymous function. This ensures compatibility across all containers. -
#550 fixes how the
ConfigProvider
references theErrorResponseGenerator
, using theZend\Expressive\Middleware
namespace instead of theZend\Stratigility\Middleware
namespace.