Explorar el Código

Add the extra attribute to the content hash

Zsolt Szeberenyi hace 9 años
padre
commit
9b50ca0161
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();