From 9b50ca01614f8aa2c8f5e0fcc2d0f7eaf8d75b54 Mon Sep 17 00:00:00 2001 From: Zsolt Szeberenyi Date: Mon, 15 Jun 2015 11:31:33 +0200 Subject: [PATCH] Add the extra attribute to the content hash --- src/Composer/Factory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Composer/Factory.php b/src/Composer/Factory.php index d14cee7bd..8a2a6a815 100644 --- a/src/Composer/Factory.php +++ b/src/Composer/Factory.php @@ -507,6 +507,7 @@ class Factory 'minimum-stability', 'prefer-stable', 'repositories', + 'extra', ); $relevantContent = array();