1
0
Fork 0
composer/doc
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
2015-01-03 17:35:25 -07:00
..
articles Minor fix to the HTTP Basic Authentication documentation 2014-12-17 21:11:36 -05:00
dev Typo fixes 2012-06-20 14:15:54 -07:00
faqs Merge pull request #3246 from richardkmiller/patch-1 2014-10-17 16:09:33 +01: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 scrapping next line 2014-12-13 19:05:52 +01:00
01-basic-usage.md Typo edited. 2014-12-21 02:18:29 +05:30
02-libraries.md Updated example to have a valid tag name. 2014-10-06 15:41:47 +01:00
03-cli.md Add --ignore-platform-reqs to create-project, refs #1426 2015-01-01 16:21:22 +00:00
04-schema.md Add classmap-authoritative config setting 2015-01-03 17:35:25 -07:00
05-repositories.md fixed typo 2014-09-24 15:30:48 +02:00
06-community.md Add user ml link 2012-10-24 10:22:40 +02:00