nahid / talk

Talk is a real-time users messaging and chatting system for Laravel.
MIT License
1.6k stars 326 forks source link

Laravel 8 support #155

Closed bruno9520 closed 3 years ago

bruno9520 commented 3 years ago

Can you please update to support Laravel 8?

Thanks

nahid commented 3 years ago

@bruno9520 version 2.4 has been released with Laravel 8 and PHP 8 support. Please let me know if you are facing any issues

vakora commented 1 year ago

i got an error like this

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires nahid/talk ^2.4 -> satisfiable by nahid/talk[v2.4.0].
    - nahid/talk v2.4.0 requires pusher/pusher-php-server ^5.0 -> found pusher/pusher-php-server[dev-master, v5.0.0, ..., 5.0.x-dev (alias of dev-master)] but it conflicts with your root composer.json require (^7.2).

my laravel version is 8.83.2 php version is 8.1 how can i install talk to this laravel version ?