Install error "requires illuminate/cache ^9.0 -> found..."
Sans84 opened this issue · 2 comments
Sans84 commented
Describe the bug
Problem 1 - Root composer.json requires genealabs/laravel-model-caching ^0.12.4 -> satisfiable by genealabs/laravel-model-caching[0.12.4]. - genealabs/laravel-model-caching 0.12.4 requires illuminate/cache ^9.0 -> found illuminate/cache[v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likel y because it conflicts with another require.
Environment
- PHP: 8.1.4
- OS: Windows 10 x64
- Laravel: 8.83.7
- Model Caching: 0.12.4
AyvazovAleksandr commented
@Sans84 Hello, did you manage to solve this problem?
mikebronner commented
the latest version of this package only supports the latest version of Laravel, in this case Laravel 9. We don't support older versions of Laravel, unfortunately.