1
0
Fork 0
composer/tests
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
..
Composer Add classmap-authoritative config setting 2015-01-03 17:35:25 -07:00
bootstrap.php Make sure a good timezone is set, fixes #2899 2014-04-14 13:55:17 +02:00
complete.phpunit.xml Rename tests/phpunit.xml.dist for clarity 2012-06-25 18:59:41 +02:00