zendframework / zend-config

Config component from Zend Framework
BSD 3-Clause "New" or "Revised" License
90 stars 38 forks source link

Allow .yml for yaml #62

Closed arokettu closed 5 years ago

arokettu commented 5 years ago

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

$config = \Zend\Config\Factory::fromFiles(['config.yml'])

Expected results

Config is loaded as a Yaml file

Actual results

RuntimeException: Unsupported config file extension: .yml