We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496aaea commit 6ed91a3Copy full SHA for 6ed91a3
src/CosyComposer.php
@@ -551,6 +551,7 @@ public function run()
551
throw new \InvalidArgumentException('Invalid composer.json file');
552
}
553
$config = $this->ensureFreshConfig($composer_json_data);
554
+ $this->runAuthExport($hostname);
555
$this->doComposerInstall($config);
556
557
$this->client = $this->getClient($this->slug);
0 commit comments