1
0
Fork 0
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:
Robert Boloc 2014-01-16 20:44:16 +01:00
parent b20021cc6a
commit f67f04adfb
4 changed files with 15 additions and 7 deletions

View file

@ -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(