-
Notifications
You must be signed in to change notification settings - Fork 462
Description
After fresh Laravel install, where Vue starter kit is selected, Laravel's built-in authentication, and Pest for testing,
I'm getting dependency issues when trying to run composer require lunarphp/lunar:"^1.0"
- Lunar version: 1.0
- Laravel Version: 12.42.0
- PHP Version: 8.3
- Database Driver & Version:
Expected Behaviour:
Would assume it should install no issues.
Actual Behaviour:
It's failing. Seems like stephenjude/filament-two-factor-authentication requires pragmarx/google2fa to be 8.0, but the new installation I have made has laravel/fortify which requires pragmarx/google2fa 9.0
Steps To Reproduce:
Reactions are currently unavailable