-
Notifications
You must be signed in to change notification settings - Fork 409
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
Add support for Laravel 12 #2121
Comments
Yep, we're monitoring Lunar's dependancies as they need to be updated first. We'll be starting a draft PR soon. |
Packages we're waiting on for Laravel 12 support |
Hey, any news on this? Looks like all dependencies are ready. Waiting with a project for L12 compatibility. Thank you. |
Almost done! Just checking a few bits :-) |
Expected Behaviour:
Allow to be installed in a laravel 12 project.
Actual Behaviour:
Problem 2
- Root composer.json requires lunarphp/core * -> satisfiable by lunarphp/core[dev-main].
- lunarphp/core dev-main requires laravel/framework ^10.0|^11.0 -> found laravel/framework[v10.0.0, ..., 10.x-dev, v11.0.0, ..., 11.x-dev] but it conflicts with your root composer.json require (^12.0).
Steps To Reproduce:
Fresh laravel 12 project and try to install this package.
The text was updated successfully, but these errors were encountered: