beyondcode/laravel-websockets package in the Laravel 10.8 Framework then it causes an error in the command prompt like this
Your requirements could not be resolved to an installable set of packages.
I have set the required settings in composer.json
"require": {
"php": "^8.1",
"beyondcode/laravel-websockets": "^1.14",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.8",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8"
}