1
0
Fork 0
composer/tests/Composer/Test/Autoload
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
2015-08-19 22:18:54 -06:00
..
Fixtures Add cli argument for classmap-authoritative 2015-08-19 22:18:54 -06:00
AutoloadGeneratorTest.php Add cli argument for classmap-authoritative 2015-08-19 22:18:54 -06:00
ClassLoaderTest.php Revert "Merge pull request #3975 from marc-mabe/hotfix/3974" 2015-08-04 10:34:54 +02:00
ClassMapGeneratorTest.php Fix 5.3.3 build 2015-06-16 11:43:55 +01:00