Sven Wittevrongel 9 жил өмнө
parent
commit
cccfb2fb22

+ 2 - 2
src/Composer/Package/RootAliasPackage.php

@@ -67,7 +67,7 @@ class RootAliasPackage extends AliasPackage implements RootPackageInterface
      */
      */
     public function getConfig()
     public function getConfig()
     {
     {
-        return $this->aliasOf->config;
+        return $this->aliasOf->getConfig();
     }
     }
 
 
     /**
     /**
@@ -75,7 +75,7 @@ class RootAliasPackage extends AliasPackage implements RootPackageInterface
      */
      */
     public function getScripts()
     public function getScripts()
     {
     {
-        return $this->aliasOf->scripts;
+        return $this->aliasOf->getScripts();
     }
     }
 
 
     /**
     /**