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
..
Namespaced
Pearlike
SubNamespace
beta
classmap
hhvm3.3
php5.4
template
autoload_classmap.php
autoload_classmap2.php
autoload_classmap3.php
autoload_classmap4.php
autoload_classmap5.php
autoload_classmap6.php
autoload_classmap7.php
autoload_classmap8.php Add cli argument for classmap-authoritative 9 years ago
autoload_files.php
autoload_files2.php
autoload_files_files_by_dependency.php
autoload_files_functions.php
autoload_files_functions_with_removed_extra.php
autoload_files_target_dir.php
autoload_functions.php
autoload_functions_by_dependency.php
autoload_main.php
autoload_main2.php
autoload_main3.php
autoload_main4.php
autoload_main5.php
autoload_psr4.php
autoload_psr4_2.php
autoload_psr4_3.php
autoload_real_files_by_dependency.php
autoload_real_functions.php
autoload_real_functions_with_include_paths.php
autoload_real_functions_with_removed_include_paths_and_autolad_files.php
autoload_real_include_path.php
autoload_real_target_dir.php
autoload_target_dir.php
autoload_vendors.php
include_paths.php
include_paths_functions.php
include_paths_functions_with_removed_extra.php