You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache: Provide psr/simple-cache-implementation (#38767)
Illuminate\Cache\Repository implements PSR-16's
Psr\SimpleCache\CacheInterface via the
Illuminate\Contracts\Cache\Repository interface.
Let's declare that `illuminate/cache` and `laravel/framework` provide
`psr/simple-cache-implementation` so that packages relying on
`psr/simple-cache implementation` for a PSR-16 cache can be installed
in a Laravel project.
0 commit comments