Sfoglia il codice sorgente

Add the extra attribute to the content hash

Zsolt Szeberenyi 9 anni fa
parent
commit
9b50ca0161
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/Composer/Factory.php

+ 1 - 0
src/Composer/Factory.php

@@ -507,6 +507,7 @@ class Factory
             'minimum-stability',
             'prefer-stable',
             'repositories',
+            'extra',
         );
 
         $relevantContent = array();