composer
composer copied to clipboard
Add config default value handling
Currently, all values in the config file have to be defined. The CLI won't try to infer default values if they are not defined in the config.
The project provides a default config file (composer/default_config.yml
) which can be used as the preset for any values that are undefined in custom config files.