1
0
Fork 0

Merge pull request #4627 from Strate/issue_4626

Bypass `runScripts` parameter to autoload dumper in `Installer:run()`
pull/4638/head
Rob 2015-11-23 11:31:23 +01:00
commit 9e9c1917e1
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ class Installer
$this->autoloadGenerator->setDevMode($this->devMode);
$this->autoloadGenerator->setClassMapAuthoritative($this->classMapAuthoritative);
$this->autoloadGenerator->setRunScripts($this->runScripts);
$this->autoloadGenerator->dump($this->config, $localRepo, $this->package, $this->installationManager, 'composer', $this->optimizeAutoloader);
}