Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
67e34e52b8 | ||
|
dc96556b5a |
@@ -19,8 +19,8 @@
|
||||
"bin/baikalstorage"
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.5",
|
||||
"sabre/dav" : "~4.1.4",
|
||||
"php" : "^7.2 || ^8.0",
|
||||
"sabre/dav" : "~4.3.0",
|
||||
"sabre/vobject": "^4.2.1",
|
||||
"nesbot/carbon": "^2.0.0",
|
||||
"laminas/laminas-validator": "^2.13",
|
||||
|
@@ -26,8 +26,7 @@ class Console extends AbstractConsole {
|
||||
if (isset($input)) {
|
||||
$input = $this->convertToString($input);
|
||||
}
|
||||
$process = new Process(implode(' ', $stdin), null, $envs, $input);
|
||||
$process->inheritEnvironmentVariables();
|
||||
$process = new Process($stdin, null, $envs, $input);
|
||||
|
||||
try {
|
||||
$process->mustRun();
|
||||
|
Reference in New Issue
Block a user