diff --git a/src/Composer/Package/RootAliasPackage.php b/src/Composer/Package/RootAliasPackage.php index e66342136..4c2701cd6 100644 --- a/src/Composer/Package/RootAliasPackage.php +++ b/src/Composer/Package/RootAliasPackage.php @@ -62,6 +62,14 @@ class RootAliasPackage extends AliasPackage implements RootPackageInterface return $this->aliasOf->getPreferStable(); } + /** + * {@inheritDoc} + */ + public function getConfig() + { + return $this->aliasOf->config; + } + /** * {@inheritDoc} */