Browse Source

Add the extra attribute to the content hash

Zsolt Szeberenyi 9 years ago
parent
commit
9b50ca0161
1 changed files with 1 additions and 0 deletions
  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();