We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.0.2
v11
Tried to install within a laravel 11 project and composer fails.
composer require rawilk/laravel-webauthn "laravel/framework replaces illuminate/contracts and thus cannot coexist with it"
- 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].
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: