Skip to content
Snippets Groups Projects

Add at least one place

Open Eirik Morland requested to merge issue/drupal-3491268:3491268-look-into-skipping into 11.x
@@ -499,7 +499,9 @@ public function getOutput(): array {
/** @var \PhpTuf\ComposerStager\API\Process\Service\ComposerProcessRunnerInterface $runner */
$runner = \Drupal::service(ComposerProcessRunnerInterface::class);
$command_options[] = "--working-dir={$this->dir}";
$runner->run($command_options, callback: $plain_output);
$runner->run($command_options, callback: $plain_output, env: [
'COMPOSER_NO_AUDIT' => '1',
]);
return $plain_output;
}
Loading