-
Notifications
You must be signed in to change notification settings - Fork 458
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
not supported php 8.0 #341
Comments
is there any plans to make it available for Laravel 8? |
Is this repository still being maintained? I can help with the update |
@tiagofrancafernandes we have forked this and have it supported with php 8 and laravel 8 as well. We are currently getting issues made to look what needs to be worked on next, but one of the major points is verifying it works with laravel 9 and the latest php versions. |
@precamp-io our forked version here supports laravel 8 https://github.com/TopOnePercent/baum |
Problem 1
- illuminate/console[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.0.10) does not satisfy that requirement.
- illuminate/queue[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.0.10) does not satisfy that requirement.
- illuminate/auth[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.0.10) does not satisfy that requirement.
- illuminate/console[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.0.10) does not satisfy that requirement.
- illuminate/queue[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.0.10) does not satisfy that requirement.
- illuminate/auth[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.0.10) does not satisfy that requirement.
- Root composer.json requires kalnoy/nestedset ^6.0 -> satisfiable by kalnoy/nestedset[v6.0.0].
The text was updated successfully, but these errors were encountered: