I get this error in laravel when trying to access Queue -
Class 'Aws\Sqs\SqsClient' not found
My default queue is 'sync' and I have not required 'Sqs' anywhere in my composer.json. Then why is this happening? Is it compulsory to include it in newer versions of Laravel.