This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive 3.0.2
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 itsinjectPipelineFromConfig()
andinjectRoutesFromConfig()
methods, ensuring it will work correctly with containers that store theconfig
service as anArrayObject
instead of anarray
.