mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
added config option to optimize the autoloader always
This commit is contained in:
parent
b20021cc6a
commit
f67f04adfb
4 changed files with 15 additions and 7 deletions
|
@ -283,6 +283,7 @@ EOT
|
|||
}
|
||||
),
|
||||
'autoloader-suffix' => array('is_string', function ($val) { return $val === 'null' ? null : $val; }),
|
||||
'autoloader-optimize-always' => array($booleanValidator, $booleanNormalizer),
|
||||
'prepend-autoloader' => array($booleanValidator, $booleanNormalizer),
|
||||
);
|
||||
$multiConfigValues = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue