Skip to content

Commit

Permalink
support process: ^5.0
Browse files Browse the repository at this point in the history
Support
  • Loading branch information
markitosgv authored Nov 10, 2020
1 parent 193f842 commit d96d164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public function addOption($option)
*/
protected function createProcess(/*string*/ $command)//: Process
{
return new Process($command, $this->tempDir, $this->env);
return Process::fromShellCommandline($command, $this->tempDir, $this->env);
}

/**
Expand Down

0 comments on commit d96d164

Please sign in to comment.