|
@@ -118,7 +118,7 @@ class Installer
|
|
|
protected $preferStable = false;
|
|
|
protected $preferLowest = false;
|
|
|
protected $skipSuggest = false;
|
|
|
- protected $writeLock = true;
|
|
|
+ protected $writeLock;
|
|
|
protected $executeOperations = true;
|
|
|
|
|
|
/**
|
|
@@ -164,6 +164,8 @@ class Installer
|
|
|
$this->installationManager = $installationManager;
|
|
|
$this->eventDispatcher = $eventDispatcher;
|
|
|
$this->autoloadGenerator = $autoloadGenerator;
|
|
|
+
|
|
|
+ $this->writeLock = $config->get('lock');
|
|
|
}
|
|
|
|
|
|
/**
|