Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency issue in Laravel Framework 5.8.38 #277

Open
prashantsingh2408 opened this issue Mar 2, 2021 · 2 comments
Open

Dependency issue in Laravel Framework 5.8.38 #277

prashantsingh2408 opened this issue Mar 2, 2021 · 2 comments

Comments

@prashantsingh2408
Copy link

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.

@prashantsingh2408 prashantsingh2408 changed the title dependency issue Dependency issue in Laravel Framework 5.8.38 Mar 2, 2021
@naturalnumber
Copy link

naturalnumber commented Jun 19, 2021

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
Copy link

composer require musonza/chat:3.7.*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants