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 ad1f8e6c5a Add classmap-authoritative config setting
Add a "classmap-authoritative" configuration setting that can be used to
disable searching the various prefix and fallback directories for
classes that have not been registered with the
Composer\Autoload\ClassLoader class map. This setting can be used to
optimize performance by avoiding a potentially large number of
`file_exists` calls when Composer is being used in a program with
additional autoloader facilities. Use of the setting implies
"optimize-autoloader" to ensure that the most complete class map
possible is generated.

Closes #3603
10 years ago
..
articles Minor fix to the HTTP Basic Authentication documentation 10 years ago
dev Typo fixes 12 years ago
faqs Merge pull request #3246 from richardkmiller/patch-1 10 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 scrapping next line 10 years ago
01-basic-usage.md Typo edited. 10 years ago
02-libraries.md Updated example to have a valid tag name. 10 years ago
03-cli.md Add --ignore-platform-reqs to create-project, refs #1426 10 years ago
04-schema.md Add classmap-authoritative config setting 10 years ago
05-repositories.md fixed typo 10 years ago
06-community.md Add user ml link 12 years ago