This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
zf-configuration 1.2.0
Added
- #17 adds support for v3 releases of Zend Framework components, while retaining compatibility with v2 releases.
- #17 extracts all factories previously defined inline in the
Module
class into their own classes:ZF\Configuration\ConfigResourceFactory
ZF\Configuration\ConfigWriterFactory
ZF\Configuration\ModuleUtilsFactory
ZF\Configuration\ResourceFactoryFactory
Deprecated
- Nothing.
Removed
- #17 removes support for PHP 5.5.
Fixed
- Nothing.