laravel-webauthn
laravel-webauthn copied to clipboard
Can't install with Laravel 11
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].