In `src/IrcConnection.php`, it's using React's LoopFactory, which has been deprecated: ```php $this->loop = LoopFactory::create(); ```