@@ -88,6 +88,10 @@ |
||
88 | 88 | unset($this->curlOpts[CURLOPT_PROXYUSERPWD]); |
89 | 89 | } |
90 | 90 | |
91 | + /** |
|
92 | + * @param string $key1 |
|
93 | + * @param string $key2 |
|
94 | + */ |
|
91 | 95 | private static function issetOr(array $arr, $key1, $key2) |
92 | 96 | { |
93 | 97 | if (isset($arr[$key1])) { |
@@ -8,7 +8,6 @@ |
||
8 | 8 | |
9 | 9 | use Composer\Config as CConfig; |
10 | 10 | use Composer\IO; |
11 | -use Composer\Downloader; |
|
12 | 11 | use Composer\Util; |
13 | 12 | |
14 | 13 | /** |