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

zend-config-aggregator 1.2.0

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 27 Dec 22:58
· 3 commits to master since this release
1.2.0

Added

  • #23 adds the ability to specify the file mode for the generated cache file, when generating a cache file. The mode can be provided via the Zend\ConfigAggregator\ConfigAggregator::CACHE_FILEMODE configuration option. Modes should be expressed as octal values (e.g., 0600).

  • #21 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.