Removes the cached composer instance
public function resetComposer() : void { $this->composer = null; if (method_exists($this->getIO(), 'resetAuthentications')) { $this->getIO() ->resetAuthentications(); } }