This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
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.