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

zend-expressive 3.0.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 10 Apr 16:25
· 172 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #612 updates the ApplicationConfigInjectionDelegator delegator factory logic to cast the $config value to an array before passing it to its injectPipelineFromConfig() and injectRoutesFromConfig() methods, ensuring it will work correctly with containers that store the config service as an ArrayObject instead of an array.