Open Umer228 opened 4 years ago
Is this a fresh install? What version of laravel do you currently have installed in the folder?
Laravel 7.25.0
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.