asbiin / laravel-webauthn

Webauthn adapter for Laravel
MIT License
266 stars 37 forks source link

Laravel 7.6 compatibility? #270

Closed computer-logix closed 4 years ago

computer-logix commented 4 years ago

My composer.json contains these lines "asbiin/laravel-webauthn": "^0.7.0", "laravel/framework": "^7.6",

$ composer install Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

r4v commented 4 years ago

same here: laravel 7.6.1:

Using version ^0.8.0 for asbiin/laravel-webauthn
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for asbiin/laravel-webauthn ^0.8.0 -> satisfiable by asbiin/laravel-webauthn[0.8.0].
    - Conclusion: remove ramsey/uuid 4.0.1
    - Conclusion: don't install ramsey/uuid 4.0.1
    - asbiin/laravel-webauthn 0.8.0 requires web-auth/webauthn-lib ^3.0 -> satisfiable by web-auth/webauthn-lib[v3.0.0, v3.0.1, v3.0.2, v3.0.x-dev, v3.1.0, v3.1.1, v3.1.x-dev].
    - web-auth/webauthn-lib v3.0.0 requires ramsey/uuid ^3.8 -> satisfiable by ramsey/uuid[3.8.0, 3.9.0, 3.9.1, 3.9.2, 3.9.3, 3.x-dev].
    - web-auth/webauthn-lib v3.0.1 requires ramsey/uuid ^3.8 -> satisfiable by ramsey/uuid[3.8.0, 3.9.0, 3.9.1, 3.9.2, 3.9.3, 3.x-dev].
    - web-auth/webauthn-lib v3.0.2 requires ramsey/uuid ^3.8 -> satisfiable by ramsey/uuid[3.8.0, 3.9.0, 3.9.1, 3.9.2, 3.9.3, 3.x-dev].
    - web-auth/webauthn-lib v3.0.x-dev requires ramsey/uuid ^3.8 -> satisfiable by ramsey/uuid[3.8.0, 3.9.0, 3.9.1, 3.9.2, 3.9.3, 3.x-dev].
    - web-auth/webauthn-lib v3.1.0 requires ramsey/uuid ^3.8 -> satisfiable by ramsey/uuid[3.8.0, 3.9.0, 3.9.1, 3.9.2, 3.9.3, 3.x-dev].
    - web-auth/webauthn-lib v3.1.1 requires ramsey/uuid ^3.8 -> satisfiable by ramsey/uuid[3.8.0, 3.9.0, 3.9.1, 3.9.2, 3.9.3, 3.x-dev].
    - web-auth/webauthn-lib v3.1.x-dev requires ramsey/uuid ^3.8 -> satisfiable by ramsey/uuid[3.8.0, 3.9.0, 3.9.1, 3.9.2, 3.9.3, 3.x-dev].
    - Can only install one of: ramsey/uuid[3.8.0, 4.0.1].
    - Can only install one of: ramsey/uuid[3.9.0, 4.0.1].
    - Can only install one of: ramsey/uuid[3.9.1, 4.0.1].
    - Can only install one of: ramsey/uuid[3.9.2, 4.0.1].
    - Can only install one of: ramsey/uuid[3.9.3, 4.0.1].
    - Can only install one of: ramsey/uuid[3.x-dev, 4.0.1].
    - Installation request for ramsey/uuid (locked at 4.0.1) -> satisfiable by ramsey/uuid[4.0.1].
computer-logix commented 4 years ago

Weird, today I did a composer install and everything installed without conflicts... Maybe it was something wrong in the composer database?

asbiin commented 4 years ago

Well, composer dependencies are sometimes creappy. Anyway, glad you could make it.