grosv / laravel-passwordless-login

A simple, safe magic login link generator for Laravel
841 stars 60 forks source link

Composer Error on Laravel 6 #59

Closed Ferdywg567 closed 3 years ago

Ferdywg567 commented 3 years ago

Here's the error i found :

Using version ^1.4 for grosv/laravel-passwordless-login ./composer.json has been updated Running composer update grosv/laravel-passwordless-login Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Root composer.json requires laravel/framework ^7.0, found laravel/framework[v7.0.0, ..., 7.x-dev] but the package is fixed to v6.18.13 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command. Problem 2
  • Root composer.json requires facade/ignition ^2.0, found facade/ignition[dev-master, 2.0.0, ..., 2.x-dev (alias of dev-master)] but the package is fixed to 1.16.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command. Problem 3
  • Root composer.json requires nunomaduro/collision ^4.1, found nunomaduro/collision[v4.1.0, ..., v4.x-dev] but the package is fixed to v3.0.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

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

My Laravel Version is 6.18.13

Ferdywg567 commented 3 years ago

fixed by just revert the version of laravel from 7.0 to 6.20 and all dependencies related in my composer.json

thanks