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.
Asked
Active
Viewed 4,221 times
4

SriDivya
- 41
- 1
- 2
-
did you found the issue? – AleXzpm Oct 05 '20 at 22:56
1 Answers
3
Try to install the required package
composer require symfony/event-dispatcher

Alucard
- 1,814
- 1
- 21
- 33
-
FYI, "require": { "php": "^7.2.5", "campaignmonitor/createsend-php": "^6.1", "guzzlehttp/guzzle": "^7.0", "illuminate/mail": "^7.22", "laravel/lumen-framework": "^7.0", "league/flysystem-aws-s3-v3": "^1.0", "rackspace/php-opencloud": "^1.16", "spatie/laravel-json-api-paginate": "^1.7", "spatie/laravel-query-builder": "^2.8", "symfony/event-dispatcher": "^5.1", "tymon/jwt-auth": "^1.0" }, – SriDivya Aug 07 '20 at 06:11