diff --git a/src/Composer/Package/BasePackage.php b/src/Composer/Package/BasePackage.php index f78a2b122..b28de157d 100644 --- a/src/Composer/Package/BasePackage.php +++ b/src/Composer/Package/BasePackage.php @@ -178,5 +178,6 @@ abstract class BasePackage implements PackageInterface public function __clone() { $this->repository = null; + $this->id = -1; } }