Add psr/simple-cache ^3.0 version to composer require dep to fix installation error:
konnco/filament-import 1.5 requires psr/simple-cache ^2.0 -> found psr/simple-cache[2.0.0] but the package is fixed to 3.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Types of changes
[ ] โจ New feature (non-breaking change which adds functionality)
[x] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
[ ] โ Breaking change (fix or feature that would cause existing functionality to change)
add psr/simple-cache ^3.0
Proposed changes
Add psr/simple-cache ^3.0 version to composer require dep to fix installation error:
Types of changes