Skip to content

Commit 3e2f39e

Browse files
committed
Fixed broken build and remove depencency on taggable
1 parent 8eb2774 commit 3e2f39e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

FilesystemCachePool.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,15 @@
1414
use Cache\Adapter\Common\AbstractCachePool;
1515
use Cache\Adapter\Common\Exception\InvalidArgumentException;
1616
use Cache\Adapter\Common\PhpCacheItem;
17-
use Cache\Taggable\TaggablePoolInterface;
18-
use Cache\Taggable\TaggablePoolTrait;
1917
use League\Flysystem\FileExistsException;
2018
use League\Flysystem\FileNotFoundException;
2119
use League\Flysystem\Filesystem;
2220

2321
/**
2422
* @author Tobias Nyholm <[email protected]>
2523
*/
26-
class FilesystemCachePool extends AbstractCachePool implements TaggablePoolInterface
24+
class FilesystemCachePool extends AbstractCachePool
2725
{
28-
use TaggablePoolTrait;
29-
3026
/**
3127
* @type Filesystem
3228
*/

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
"league/flysystem": "^1.0"
3231
},
3332
"require-dev": {

0 commit comments

Comments
 (0)