File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1212namespace Cache \Encryption ;
1313
1414use Cache \Adapter \Common \PhpCachePool ;
15- use Cache \Adapter \ Common \TaggableCacheItemInterface ;
15+ use Cache \TagInterop \TaggableCacheItemInterface ;
1616use Cache \Taggable \TaggablePSR6PoolAdapter ;
17+ use Cache \TagInterop \TaggableCacheItemPoolInterface ;
1718use Defuse \Crypto \Key ;
1819use Psr \Cache \CacheItemInterface ;
1920use Psr \Cache \CacheItemPoolInterface ;
21+ use Psr \Cache \InvalidArgumentException ;
2022
2123/**
22- * Wrapps a CacheItemInterface with EncryptedItemDecorator.
24+ * Wraps a CacheItemInterface with EncryptedItemDecorator.
2325 *
2426 * @author Daniel Bannert <[email protected] > 2527 */
26- class EncryptedCachePool implements TaggableCacheItemInterface
28+ class EncryptedCachePool implements TaggableCacheItemPoolInterface
2729{
2830 /**
2931 * @type TaggableCacheItemInterface
Original file line number Diff line number Diff line change 1212namespace Cache \Encryption ;
1313
1414use Cache \Adapter \Common \PhpCacheItem ;
15- use Cache \Adapter \ Common \TaggableCacheItemInterface ;
15+ use Cache \TagInterop \TaggableCacheItemInterface ;
1616use Defuse \Crypto \Crypto ;
1717use Defuse \Crypto \Key ;
1818use Psr \Cache \CacheItemInterface ;
Original file line number Diff line number Diff line change 3131 "php" : " ^5.5 || ^7.0" ,
3232 "defuse/php-encryption" : " ^2.0" ,
3333 "cache/taggable-cache" : " ^0.5" ,
34- "cache/tag-interop" : " ^1.0" ,
34+ "cache/tag-interop" : " ^1.0" ,
3535 "psr/cache" : " ^1.0"
3636 },
3737 "require-dev" : {
You can’t perform that action at this time.
0 commit comments