joshrainwater / active-users

A Laravel Package for easily retrieving a list of active users and guests that are currently online.
MIT License
89 stars 32 forks source link

Installation failed in Laravel 8 and 7 #13

Open Umer228 opened 3 years ago

Umer228 commented 3 years ago

Screenshot_1

joshrainwater commented 3 years ago

Is this a fresh install? What version of laravel do you currently have installed in the folder?

Umer228 commented 3 years ago

Laravel 7.25.0

RyanNutt commented 3 years ago

Similar issue on Laravel 8.

  Problem 1
    - Root composer.json requires joshrainwater/active-users ^2.0 -> satisfiable by joshrainwater/active-users[2.0].
    - joshrainwater/active-users 2.0 requires illuminate/support ~5.6|~5.7|~5.8|~6.0 -> found illuminate/support[v5.6.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev] but it conflicts with another require.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

I was able to install by using dev-master instead of 2.0 that's on Packagist.