Skip to content

Commit

Permalink
Migrated code from symfony/process to react/child-process
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 21, 2023
1 parent eb62d5b commit 8879355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/Command/RunCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ private function pipelineWorker(Console\Style\SymfonyStyle $style, string $cwd,
if (file_exists(\$file = '{$cwd}/{$path}/.env')) {
\$dotenv->loadEnv(\$file);
}
\$runtime = new \Kiboko\Component\Runtime\Pipeline\Console(
new \Symfony\Component\Console\Output\StreamOutput(fopen('php://stdout', 'w')),
new \Symfony\Component\Console\Output\ConsoleOutput(),
new \Kiboko\Component\Pipeline\Pipeline(
new \Kiboko\Component\Pipeline\PipelineRunner(
new \Psr\Log\NullLogger()
Expand Down

0 comments on commit 8879355

Please sign in to comment.