Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 2b405f8f erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: use correct composer config cache folders

Übergeordneter 20285685
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
2 Merge Requests!190Release,!189Prepare Release
Pipeline-Nr. 6789 bestanden
......@@ -50,7 +50,6 @@
use function date_interval_create_from_date_string;
use function define;
use function defined;
use function dirname;
use function explode;
use function file_exists;
use function file_get_contents;
......@@ -451,8 +450,8 @@ protected function createComposerJSON(array $packages = [])
$composerJson->config = json_decode('{}');
}
$composerJson->config->{"vendor-dir"} = OPT_DIR;
$composerJson->config->{"cache-dir"} = $this->varDir;
$composerJson->config->{"vendor-dir"} = rtrim(OPT_DIR, DIRECTORY_SEPARATOR);
$composerJson->config->{"cache-dir"} = $this->varDir . 'cache';
$composerJson->config->{"component-dir"} = OPT_DIR . 'bin';
$composerJson->config->{"quiqqer-dir"} = CMS_DIR;
$composerJson->config->{"secure-http"} = true;
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren