set whether to run autoloader or not
This is disabled implicitly when enabling dryRun
Installer
public function setDumpAutoloader(bool $dumpAutoloader = true) : self { $this->dumpAutoloader = $dumpAutoloader; return $this; }