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

zf-configuration 1.2.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 13 Jul 21:00
· 70 commits to master since this release

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.