``` $codecept = new Codecept([ 'steps' => true, 'verbosity' => 1, ]); $codecept->run('acceptance'); ``` **Class 'Symfony\\Component\\EventDispatcher\\Event' not found** Codeception using deprecated Symfony components? Any way to achieve results without downgrade the EventDispatcher or using exec?