mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
Merge pull request #3610 from bd808/feature/classmap-authoritative
Add classmap-authoritative config setting
This commit is contained in:
commit
0543a32d39
10 changed files with 116 additions and 18 deletions
|
@ -325,6 +325,7 @@ EOT
|
|||
),
|
||||
'autoloader-suffix' => array('is_string', function ($val) { return $val === 'null' ? null : $val; }),
|
||||
'optimize-autoloader' => array($booleanValidator, $booleanNormalizer),
|
||||
'classmap-authoritative' => array($booleanValidator, $booleanNormalizer),
|
||||
'prepend-autoloader' => array($booleanValidator, $booleanNormalizer),
|
||||
'github-expose-hostname' => array($booleanValidator, $booleanNormalizer),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue