Class 'Symfony\Component\EventDispatcher\Event' not found in Laravel/Lumen

5.2k Views Asked by At

When Trying to install Rackspace package (composer require rackspace/php-opencloud), getting the following error Class 'Symfony\Component\EventDispatcher\Event' not found. I have installed symfony package but that could not worked out. Kindly help me out for this.

1

There are 1 best solutions below

1
Alucard On

Try to install the required package

composer require symfony/event-dispatcher