You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bryan Davis cc2b9cfca5 Add cli argument for classmap-authoritative
Add a `--classmap-authoritative (-a)` argument to `composer install`,
`composer update` and `composer dumpautoload`. This enables the same
authoritative classmap behavior as the existing `classmap-authoritative`
configuration setting. The option can be used for creating highly
optimized production autoloaders via `composer install --no-dev
--optimize-autoloader --classmap-authoritative` for projects where
multiple autoloaders are present and unnecessary `file_exists` calls
introduce performance issues.

Closes #4361
9 years ago
..
Fixtures Add cli argument for classmap-authoritative 9 years ago
AutoloadGeneratorTest.php Add cli argument for classmap-authoritative 9 years ago
ClassLoaderTest.php Revert "Merge pull request #3975 from marc-mabe/hotfix/3974" 9 years ago
ClassMapGeneratorTest.php Fix 5.3.3 build 9 years ago