Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information