Jordi Boggiano 11 rokov pred
rodič
commit
0c343f925a

+ 1 - 1
src/Composer/Repository/ComposerRepository.php

@@ -272,7 +272,7 @@ class ComposerRepository extends ArrayRepository implements StreamableRepository
         }
 
         if ($this->lazyProvidersUrl && !isset($this->providerListing[$name])) {
-            $hash = $this->providerListing[$name]['sha256'];
+            $hash = null;
             $url = str_replace('%package%', $name, $this->lazyProvidersUrl);
             $cacheKey = false;
         } elseif ($this->providersUrl) {