Open
Description
With Symfony/event-dispatcher:5.1.0 I experienced the following error:
"PHP Fatal error: Uncaught Error: Class 'Symfony\Component\EventDispatcher\Event' not found in .\vendor\ringcentral\ringcentral-php\src\Subscription\Events\NotificationEvent.php:7"
event-dispatcher v4.3.0 states:
"deprecated the Event class, use Symfony\Contracts\EventDispatcher\Event instead"
And v5.0.0:
"The Event class has been removed in favor of Symfony\Contracts\EventDispatcher\Event."
(Symfony/event-dispatcher change notes).
Requiring version 4.1.0 resolved the problem for me but ringcentral-php allows version 5.x in composer.json.
Metadata
Metadata
Assignees
Labels
No labels
Activity