From 49d7ff1626044e0885c351ef283863876466dd41 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 3 Jun 2021 10:23:06 +0200 Subject: [PATCH] Fix typo --- bin/composer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/composer b/bin/composer index 385508e75..a4ca314db 100755 --- a/bin/composer +++ b/bin/composer @@ -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();