Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install with Laravel 11 #24

Open
paianoa opened this issue Apr 18, 2024 · 0 comments
Open

Can't install with Laravel 11 #24

paianoa opened this issue Apr 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@paianoa
Copy link

paianoa commented Apr 18, 2024

laravel-webauthn Version

v1.0.2

Laravel Version

v11

Bug description

Tried to install within a laravel 11 project and composer fails.

Steps to reproduce

composer require rawilk/laravel-webauthn
"laravel/framework replaces illuminate/contracts and thus cannot coexist with it"

Relevant log output

- rawilk/laravel-webauthn[v1.0.4, ..., v1.0.6] require illuminate/contracts ^9.12|^10.0 -> satisfiable by illuminate/contracts[v9.12.0, ..., v9.52.16, v10.0.0, ..., v10.48.8].
    - rawilk/laravel-webauthn[v1.0.0, ..., v1.0.3] require illuminate/contracts ^9.12 -> satisfiable by illuminate/contracts[v9.12.0, ..., v9.52.16].
    - Only one of these can be installed: illuminate/contracts[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.8, v11.0.0, ..., v11.4.0], laravel/framework[v11.0.0, ..., v11.4.0]. laravel/framework replaces illuminate/contracts and thus cannot coexist with it.
    - Root composer.json requires laravel/framework ^11.0 -> satisfiable by laravel/framework[v11.0.0, ..., v11.4.0].
    - Root composer.json requires rawilk/laravel-webauthn ^1.0 -> satisfiable by rawilk/laravel-webauthn[v1.0.0, ..., v1.0.6].
@paianoa paianoa added the bug Something isn't working label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant