RTippin / messenger

Laravel messenger. A full messenger suite for your new / existing laravel app! Private and group threads between multiple models, with real-time messaging, reactions, attachments, calling, chat bots, and more!
https://tippindev.com
MIT License
417 stars 84 forks source link

Unable to install it on Laravel 9 ??? Help me to fix it #63

Closed chegmarco1989 closed 1 year ago

chegmarco1989 commented 1 year ago

Hello.

We got Your requirements could not be resolved to an installable set of packages. error as you can see in the following error when we are trying install this package on our Laravel 9 existing project. We can not upgrade that Laravel 9 to Lavarel 10 because the project already uses several projects (packages) that require Laravel 9.

image

So, @RTippin , is there any way to install it on Laravel 9 please ???

RTippin commented 1 year ago

I've listed the messenger release versions for each laravel version in my readme:

https://github.com/RTippin/messenger/blob/83bb92d1e7ec1b87838179fe80cbac6658b37c0d/README.md#prerequisites

So for laravel 9, you need to install ^1.21.0

composer require rtippin/messenger:1.21.0
chegmarco1989 commented 1 year ago

Thanks