add getter for global composer
parent
e8b1a5f357
commit
5b759da174
|
@ -90,6 +90,16 @@ class PluginManager
|
||||||
return $this->plugins;
|
return $this->plugins;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets global composer or null when main composer is not fully loaded
|
||||||
|
*
|
||||||
|
* @return Composer|null
|
||||||
|
*/
|
||||||
|
public function getGlobalComposer()
|
||||||
|
{
|
||||||
|
return $this->globalComposer;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Register a plugin package, activate it etc.
|
* Register a plugin package, activate it etc.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue