-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Laravel 10 support? #310
Comments
Same issue. Can't use with PHP 8 Problem 1 Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. |
I think, there's no problem with php 8 but with Laravel 10. I use php:8.1-fpm in docker without any problem. I also just tried updating to php:8.2-fpm and no problem. Just downgrade to Laravel 9.
|
@ljanecek Good catch on Laravel 10 being the issue. Downgrading at this time seems shortsighted. Would much rather work on adding Laravel 10 support. |
- litstack/litstack[v1.0, ..., v1.7.4, v2.0, ..., v2.1.0] require php ^7.2 -> your php version (8.2.3) does not satisfy that requirement.
Is there an update timeline for this project?
The text was updated successfully, but these errors were encountered: