m1guelpf / laravel-fastlogin

Allow your users to login with FaceID/TouchID
MIT License
984 stars 80 forks source link

Not compatible with Laravel? #27

Open ekandreas opened 2 years ago

ekandreas commented 2 years ago

The latest version is not compatible with the Laravel Framwork since it gets package conflicts from a clean slate installation. Laravel Framework 8.82 using Laravel Installer 8.6.10

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - m1guelpf/laravel-fastlogin[v2.0, ..., v2.0.2] require web-auth/webauthn-lib ^3.3 -> satisfiable by web-auth/webauthn-lib[v3.3.0, ..., v3.3.x-dev].
    - web-auth/webauthn-lib[v3.3.0, ..., v3.3.x-dev] require psr/log ^1.1 -> found psr/log[1.1.0, ..., 1.1.4] but the package is fixed to 2.0.0 (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.
    - Root composer.json requires m1guelpf/laravel-fastlogin ^2.0 -> satisfiable by m1guelpf/laravel-fastlogin[v2.0, v2.0.1, v2.0.2].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require m1guelpf/laravel-fastlogin:*" to figure out if any version is installable, or "composer require m1guelpf/laravel-fastlogin:^2.1" if you know which you need.
wsslfnstr commented 2 years ago

I have the same issue

Nisarg-iflair commented 2 years ago

I'm also facing the same issue, can anyone help me with how to install this package with the latest Php & Laravel version?

moedayraki commented 2 years ago

I'm using Laravel 9 and getting this issue.