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

Commit

Permalink
Merge a94fee9 into 93b69ea
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerkus committed Jun 8, 2019
2 parents 93b69ea + a94fee9 commit 9cc0d8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,8 @@ All notable changes to this project will be documented in this file, in reverse
- [#58](https://github.com/zendframework/zend-config/pull/58) adds
`$processSections` to INI reader, allowing control over whether sections
should be parsed or not
- [#63](https://github.com/zendframework/zend-config/pull/63) adds .yml to
Zend\Config\Factory as an alternative extension for yaml

### Changed

Expand Down
2 changes: 2 additions & 0 deletions src/Factory.php
Expand Up @@ -37,6 +37,7 @@ class Factory
'json' => 'json',
'xml' => 'xml',
'yaml' => 'yaml',
'yml' => 'yaml',
'properties' => 'javaproperties',
];

Expand All @@ -52,6 +53,7 @@ class Factory
'json' => 'json',
'xml' => 'xml',
'yaml' => 'yaml',
'yml' => 'yaml',
];

/**
Expand Down

0 comments on commit 9cc0d8e

Please sign in to comment.