i have cloned my project from github when i try to composer install on laragon terminal i get this following error
Pusher\Pusher::__construct(): Argument #1 ($auth_key) must be of type string, null given
my php these are my versions
"require": {
"php": "^8.0",
"guzzlehttp/guzzle": "^7.0.1",
"hisorange/browser-detect": "^5.0",
"laravel/framework": "^10.0",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.0",
"maatwebsite/excel": "^3.1",
"pusher/pusher-php-server": "^7.2",
"stancl/tenancy": "^3.4"
},
i tried composer update and composer dump-autoload i want to have all the dependices for my project please help