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

zend-servicemanager 3.2.1

Compare
Choose a tag to compare
@weierophinney 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 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

  • #174 updates the ConfigAbstractFactory to allow the config service to be either an array or an ArrayObject; previously, only array was supported.