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

zend-expressive 3.0.0alpha4

Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 Feb 14:35
· 456 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #549 modifies how the ServerRequestFactoryFactory returns the ServerRequestFactory::fromGlobals() mechanism, wrapping it in an anonymous function. This ensures compatibility across all containers.

  • #550 fixes how the ConfigProvider references the ErrorResponseGenerator, using the Zend\Expressive\Middleware namespace instead of the Zend\Stratigility\Middleware namespace.