musonza / chat

A Laravel chat package. You can use this package to create a chat/messaging Laravel application.
MIT License
1.12k stars 308 forks source link

Dependency issue in Laravel Framework 5.8.38 #277

Open prashantsingh2408 opened 3 years ago

prashantsingh2408 commented 3 years ago

Dependency issue My Laravel Framework 5.8.38

To Reproduce Steps to reproduce the behavior:

  1. composer require musonza/chat Error: ` Problem 1
    • Root composer.json requires musonza/chat ^4.5 -> satisfiable by musonza/chat[v4.5.0].
    • musonza/chat v4.5.0 requires laravel/framework ^6.0|^7.0|^8.0 -> found laravel/framework[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but it conflicts with your root composer.json require (5.8.*).`

Suggest me if there is any way to run this in laravel 5.8.38 project.

naturalnumber commented 3 years ago

It looks like, despite what the readme says, the minimum version support has been 6 for a while... You could try using version 3.0

Skeiceee commented 2 years ago

composer require musonza/chat:3.7.*