Add support for Symfony 4.4 and 5.0; remove for 4.2 and 4.3
This commit is contained in:
@@ -218,8 +218,7 @@ CON
|
||||
$executablePath = $this->thereIsFile('__executable.php', $content);
|
||||
}
|
||||
|
||||
$this->process = new Process(sprintf('%s %s --strict -vvv --no-interaction --lang=en', self::$phpBin, escapeshellarg($executablePath)));
|
||||
$this->process->setWorkingDirectory(self::$workingDir);
|
||||
$this->process = new Process([self::$phpBin, $executablePath, '--strict', '-vvv', '--no-interaction', '--lang=en'], self::$workingDir);
|
||||
$this->process->start();
|
||||
$this->process->wait();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user