File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
* The ` psr/simple-cache ` dependency has been removed - run ` composer require psr/simple-cache ` if you need it.
16
16
* Deprecated all PSR-16 adapters, use ` Psr16Cache ` or ` Symfony\Contracts\Cache\CacheInterface ` implementations instead.
17
- * Deprecated ` SimpleCacheAdapter ` , use `Psr16Adapter instead.
17
+ * Deprecated ` SimpleCacheAdapter ` , use ` Psr16Adapter ` instead.
18
18
19
19
Config
20
20
------
Original file line number Diff line number Diff line change 15
15
16
16
* Removed ` CacheItem::getPreviousTags() ` , use ` CacheItem::getMetadata() ` instead.
17
17
* Removed all PSR-16 adapters, use ` Psr16Cache ` or ` Symfony\Contracts\Cache\CacheInterface ` implementations instead.
18
- * Removed ` SimpleCacheAdapter ` , use `Psr16Adapter instead.
18
+ * Removed ` SimpleCacheAdapter ` , use ` Psr16Adapter ` instead.
19
19
20
20
Config
21
21
------
You can’t perform that action at this time.
0 commit comments