From dec44e6ba95947bc5ae3193a7387423efb522f47 Mon Sep 17 00:00:00 2001 From: Sven Wittevrongel Date: Thu, 2 Jun 2016 14:20:36 +0100 Subject: [PATCH] getconfig in RootAliasPackage --- src/Composer/Package/RootAliasPackage.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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} */