1
0
Fork 0
composer/doc
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
..
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 2015-08-12 13:48:55 +02:00
dev Prioritize repository over package versions in the default policy, fixes #3509 2015-04-30 10:43:04 +01:00
faqs Ignore all .git dirs in the vendor dir recursively 2015-04-14 09:46:53 +02:00
fixtures Update fixtures to include gar/nix (which is being replaced) and bar/baz (which has a branch-alias) 2014-10-13 12:55:00 +02:00
00-intro.md reworking basic usage, added versions article 2015-06-30 15:49:00 +02:00
01-basic-usage.md Advise the use of absolute paths, fixes #4259 2015-07-21 14:46:38 +01:00
02-libraries.md added some links and some restructuring 2015-06-30 15:49:00 +02:00
03-cli.md Add cli argument for classmap-authoritative 2015-08-19 22:18:54 -06:00
04-schema.md the note already explains the same, but better 2015-06-22 11:23:09 +02:00
05-repositories.md Rewrap markdown, refs #4329 2015-08-09 15:09:34 +01:00
06-config.md Add cli argument for classmap-authoritative 2015-08-19 22:18:54 -06:00
07-community.md more consistent ucfirst composer references 2015-06-22 11:08:23 +02:00