Closed arokettu closed 5 years ago
Allow use of .yml extension for Yaml. My experience shows that .yml is more popular extension than .yaml. Proposal: support both.
$config = \Zend\Config\Factory::fromFiles(['config.yml'])
Config is loaded as a Yaml file
RuntimeException: Unsupported config file extension: .yml
Allow use of .yml extension for Yaml. My experience shows that .yml is more popular extension than .yaml. Proposal: support both.
Code to reproduce the issue
Expected results
Config is loaded as a Yaml file
Actual results
RuntimeException: Unsupported config file extension: .yml