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
..
articles Merge branch 'feature/document-need-to-require-autoloader-in-script-hooks' of git://github.com/jeskew/composer into jeskew-feature/document-need-to-require-autoloader-in-script-hooks 9 years ago
dev Prioritize repository over package versions in the default policy, fixes #3509 9 years ago
faqs Ignore all .git dirs in the vendor dir recursively 9 years ago
fixtures Update fixtures to include gar/nix (which is being replaced) and bar/baz (which has a branch-alias) 10 years ago
00-intro.md reworking basic usage, added versions article 9 years ago
01-basic-usage.md Advise the use of absolute paths, fixes #4259 9 years ago
02-libraries.md added some links and some restructuring 9 years ago
03-cli.md Add cli argument for classmap-authoritative 9 years ago
04-schema.md the note already explains the same, but better 9 years ago
05-repositories.md Rewrap markdown, refs #4329 9 years ago
06-config.md Add cli argument for classmap-authoritative 9 years ago
07-community.md more consistent ucfirst composer references 9 years ago