Browse Source

getconfig in RootAliasPackage

Sven Wittevrongel 8 years ago
parent
commit
dec44e6ba9
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/Composer/Package/RootAliasPackage.php

+ 8 - 0
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}
      */