Ver Fonte

getconfig in RootAliasPackage

Sven Wittevrongel há 8 anos atrás
pai
commit
dec44e6ba9
1 ficheiros alterados com 8 adições e 0 exclusões
  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}
      */