In the documentation, dist files are listed as config.dist.json, config.dist.xml or config.dist.yml or so. However, many popular projects such as Symfony and PHPUnit use the file.dist extension to identify their redistributable configuration files.
This little change should allow us to support such files while at the same time still support all the previous files it supported.
In the documentation, dist files are listed as
config.dist.json
,config.dist.xml
orconfig.dist.yml
or so. However, many popular projects such as Symfony and PHPUnit use thefile.dist
extension to identify their redistributable configuration files.This little change should allow us to support such files while at the same time still support all the previous files it supported.