Merge remote-tracking branch 'bp1222/save-loads'
commit
e05207dbad
|
@ -568,6 +568,7 @@ class ComposerAutoloaderInit$suffix
|
||||||
|
|
||||||
HEADER;
|
HEADER;
|
||||||
|
|
||||||
|
if (!$this->classMapAuthoritative) {
|
||||||
if ($useIncludePath) {
|
if ($useIncludePath) {
|
||||||
$file .= <<<'INCLUDE_PATH'
|
$file .= <<<'INCLUDE_PATH'
|
||||||
$includePaths = require __DIR__ . '/include_paths.php';
|
$includePaths = require __DIR__ . '/include_paths.php';
|
||||||
|
@ -595,6 +596,7 @@ PSR0;
|
||||||
|
|
||||||
|
|
||||||
PSR4;
|
PSR4;
|
||||||
|
}
|
||||||
|
|
||||||
if ($useClassMap) {
|
if ($useClassMap) {
|
||||||
$file .= <<<'CLASSMAP'
|
$file .= <<<'CLASSMAP'
|
||||||
|
|
Loading…
Reference in New Issue