1
0
Fork 0

Bypass `runScripts` parameter to autoload dumper in `Installer:run()` method

pull/4627/head
Artur Eshenbrener 2015-11-23 11:57:45 +03:00
parent 25fd5065f7
commit cf593351ef
1 changed files with 1 additions and 0 deletions

View File

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