Skip to content

3.2.1

@weierophinney weierophinney tagged this 15 Feb 15:29
Based on https://github.com/zendframework/zend-servicemanager/releases/tag/release-3.2.1 (commit 4805a9f44b09e142098dae108def8bd606d7fb2d in this repo)

Added
-----

- [zendframework/zend-servicemanager#176](https://github.com/zendframework/zend-servicemanager/pull/176) adds
  the options `-i` or `--ignore-unresolved` to the shipped
  `generate-deps-for-config-factory` command. This flag allows it to build
  configuration for classes resolved by the `ConfigAbstractFactory` that
  typehint on interfaces, which was previously unsupported.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [zendframework/zend-servicemanager#174](https://github.com/zendframework/zend-servicemanager/pull/174) updates
  the `ConfigAbstractFactory` to allow the `config` service to be either an
  `array` or an `ArrayObject`; previously, only `array` was supported.
Assets 2