Merge remote-tracking branch 'bp1222/save-loads'

main
Jordi Boggiano 9 years ago
commit e05207dbad

@ -568,6 +568,7 @@ class ComposerAutoloaderInit$suffix
HEADER;
if (!$this->classMapAuthoritative) {
if ($useIncludePath) {
$file .= <<<'INCLUDE_PATH'
$includePaths = require __DIR__ . '/include_paths.php';
@ -595,6 +596,7 @@ PSR0;
PSR4;
}
if ($useClassMap) {
$file .= <<<'CLASSMAP'

Loading…
Cancel
Save