-
Notifications
You must be signed in to change notification settings - Fork 17
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 v11 compatibility? illuminate/auth & illuminate/cache dependency issues #86
Comments
Hello @mngarwood Thanks for your feedback. |
Thank you @matthv! Do you have any rough guess as to how long it might be (days, weeks, or months)? That would help me make better informed decisions for my current project. |
We have estimated it at about a week. |
🎉 This issue has been resolved in version 3.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Hello @mngarwood We have released the new version that allows you to onboard with laravel 11. |
Amazing! I was able to install without issue. Thanks so much, and thanks for the explanation. |
Expected behavior
Able to install the laravel-forestadmin package in my Laravel 11 project without issue.
Actual behavior
Installation fails.
Failure Logs
Your requirements could not be resolved to an installable set of packages.
Problem 1
- forestadmin/laravel-forestadmin[1.0.0, ..., 1.2.6] require illuminate/auth ^8.0|^9.0 -> found illuminate/auth[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- forestadmin/laravel-forestadmin[1.3.0, ..., 1.3.1] require illuminate/auth ^8.0|^9.0|^10.0 -> found illuminate/auth[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.18] but these were not loaded, likely because it conflicts with another require.
- forestadmin/laravel-forestadmin[2.0.0, ..., 2.1.2, 3.0.0, ..., 3.0.2] require illuminate/cache ^8.0|^9.0|^10.0 -> found illuminate/cache[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.18] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires forestadmin/laravel-forestadmin * -> satisfiable by forestadmin/laravel-forestadmin[1.0.0, ..., 1.3.1, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 3.0.0, 3.0.1, 3.0.2].
Context
M1 Mac, composer updated to latest stable version (2.7.7).
The text was updated successfully, but these errors were encountered: