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 Add support for .inc files in classmap, fixes #1396 12 years ago
Pearlike Add tests for ClassMapGenerator 13 years ago
SubNamespace Add unit tests for ClassLoader, covering PSR-0 and PSR-4. 11 years ago
beta Add tests for ClassMapGenerator 13 years ago
classmap Add possessive quantifiers to avoid backtracking and fix segfault on large files, fixes #4153 9 years ago
hhvm3.3 Add test for Generics class 9 years ago
php5.4 CS fixes 12 years ago
template Fix missing semicolons. 9 years ago
autoload_classmap.php Resolves #4138: Removed *Test.php filtering from AutoloadGenerator->dump() 9 years ago
autoload_classmap2.php Change 'generated' notice to @phpdoc-style annotation 11 years ago
autoload_classmap3.php Change 'generated' notice to @phpdoc-style annotation 11 years ago
autoload_classmap4.php Change 'generated' notice to @phpdoc-style annotation 11 years ago
autoload_classmap5.php Change 'generated' notice to @phpdoc-style annotation 11 years ago
autoload_classmap6.php Change 'generated' notice to @phpdoc-style annotation 11 years ago
autoload_classmap7.php added an autoload-dev section 10 years ago
autoload_classmap8.php Add cli argument for classmap-authoritative 9 years ago
autoload_files.php CS fixes 11 years ago
autoload_files2.php added an autoload-dev section 10 years ago
autoload_files_files_by_dependency.php CS fixes 11 years ago
autoload_files_functions.php Fixed an issue that would lead to scattered autoloading files 11 years ago
autoload_files_functions_with_removed_extra.php Removing file autoload_files.php was added (#4254) 9 years ago
autoload_files_target_dir.php CS fixes 11 years ago
autoload_functions.php Change 'generated' notice to @phpdoc-style annotation 11 years ago
autoload_functions_by_dependency.php Change 'generated' notice to @phpdoc-style annotation 11 years ago
autoload_main.php Change 'generated' notice to @phpdoc-style annotation 11 years ago
autoload_main2.php Change 'generated' notice to @phpdoc-style annotation 11 years ago
autoload_main3.php Change 'generated' notice to @phpdoc-style annotation 11 years ago
autoload_main4.php added an autoload-dev section 10 years ago
autoload_main5.php Adjust dump command, add another test, update docs, refs #1344 10 years ago
autoload_psr4.php AutoloadGenerator to support PSR-4. Tests included. 11 years ago
autoload_psr4_2.php AutoloadGenerator to support PSR-4. Tests included. 11 years ago
autoload_psr4_3.php AutoloadGenerator to support PSR-4. Tests included. 11 years ago
autoload_real_files_by_dependency.php removed unused variables $baseDir and $vendorDir from "autoloader_real.php" generated by AutoloadGenerator. adjusted tests accordingly. 10 years ago
autoload_real_functions.php removed unused variables $baseDir and $vendorDir from "autoloader_real.php" generated by AutoloadGenerator. adjusted tests accordingly. 10 years ago
autoload_real_functions_with_include_paths.php Added removing file 'include_path.php' (if it is empty). 9 years ago
autoload_real_functions_with_removed_include_paths_and_autolad_files.php Added removing file 'include_path.php' (if it is empty). 9 years ago
autoload_real_include_path.php removed unused variables $baseDir and $vendorDir from "autoloader_real.php" generated by AutoloadGenerator. adjusted tests accordingly. 10 years ago
autoload_real_target_dir.php removed unused variables $baseDir and $vendorDir from "autoloader_real.php" generated by AutoloadGenerator. adjusted tests accordingly. 10 years ago
autoload_target_dir.php Change 'generated' notice to @phpdoc-style annotation 11 years ago
autoload_vendors.php Change 'generated' notice to @phpdoc-style annotation 11 years ago
include_paths.php Change 'generated' notice to @phpdoc-style annotation 11 years ago
include_paths_functions.php Added removing file 'include_path.php' (if it is empty). 9 years ago
include_paths_functions_with_removed_extra.php Added removing file 'include_path.php' (if it is empty). 9 years ago