1
0
Fork 0

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

pull/4757/head
Jordi Boggiano 2016-01-09 19:10:39 +00:00
commit e05207dbad
1 changed files with 18 additions and 16 deletions

View File

@ -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'