Эх сурвалжийг харах

add missing array-replace-recursive

Rob Bast 9 жил өмнө
parent
commit
5b85ee409c

+ 1 - 0
src/Composer/Factory.php

@@ -595,6 +595,7 @@ class Factory
             if ($config && $config->get('capath')) {
                 $remoteFilesystemOptions['ssl']['capath'] = $config->get('capath');
             }
+            $remoteFilesystemOptions = array_replace_recursive($remoteFilesystemOptions, $options);
         }
         try {
             $remoteFilesystem = new RemoteFilesystem($io, $config, $remoteFilesystemOptions, $disableTls);