Merge remote-tracking branch 'bp1222/save-loads'
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…
Reference in New Issue