Преглед изворни кода

Add the extra attribute to the content hash

Zsolt Szeberenyi пре 9 година
родитељ
комит
9b50ca0161
1 измењених фајлова са 1 додато и 0 уклоњено
  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();