1
0
Fork 0
pull/9935/head
Jordi Boggiano 2021-06-03 10:23:06 +02:00
parent 91dd175f74
commit 49d7ff1626
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if (function_exists('ini_set')) {
unset($memoryLimit);
}
Platform::setEnv('COMPOSER_BINARY', realpath($_SERVER['argv'][0]));
Platform::putEnv('COMPOSER_BINARY', realpath($_SERVER['argv'][0]));
// run the command application
$application = new Application();