We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be8f66 commit b5588c1Copy full SHA for b5588c1
src/Commands/PluginComposerUpdateCommand.php
@@ -22,10 +22,10 @@ public function handle()
22
$httpProxy = config('app.http_proxy');
23
24
$process = Process::run(<<<"SHELL"
25
- export httpProxy=$httpProxy
+ export http_proxy=$httpProxy https_proxy=$httpProxy
26
echo "Owner:" `whoami`
27
echo "Path:" \$PATH
28
- echo "Proxy:" \$httpProxy
+ echo "Proxy:" \$http_proxy
29
echo ""
30
echo `which php`
31
echo `php -v`
0 commit comments