Skip to content

Commit 68704e3

Browse files
committed
Fixed broken build and remove depencency on taggable
1 parent 2a52463 commit 68704e3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

VoidCachePool.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@
1414
use Cache\Adapter\Common\AbstractCachePool;
1515
use Cache\Adapter\Common\PhpCacheItem;
1616
use Cache\Hierarchy\HierarchicalPoolInterface;
17-
use Cache\Taggable\TaggablePoolInterface;
1817

1918
/**
2019
* @author Tobias Nyholm <[email protected]>
2120
*/
22-
class VoidCachePool extends AbstractCachePool implements TaggablePoolInterface, HierarchicalPoolInterface
21+
class VoidCachePool extends AbstractCachePool implements HierarchicalPoolInterface
2322
{
2423
/**
2524
* {@inheritdoc}

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"php": "^5.5 || ^7.0",
2828
"psr/cache": "^1.0",
2929
"cache/adapter-common": "^0.4",
30-
"cache/taggable-cache": "^0.4",
3130
"cache/hierarchical-cache": "^0.3"
3231
},
3332
"require-dev": {

0 commit comments

Comments
 (0)