This repository has been archived by the owner on Feb 6, 2020. It is now read-only.
zend-servicemanager 3.2.1
weierophinney
released this
15 Feb 15:32
·
99 commits
to master
since this release
Added
- #176 adds the options
-i
or--ignore-unresolved
to the shippedgenerate-deps-for-config-factory
command. This flag allows it to build configuration for classes resolved by theConfigAbstractFactory
that typehint on interfaces, which was previously unsupported.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #174 updates the
ConfigAbstractFactory
to allow theconfig
service to be either anarray
or anArrayObject
; previously, onlyarray
was supported.