Skip to content

Commit 7dd5aff

Browse files
committed
Disuse the unreliable external library
1 parent 151417c commit 7dd5aff

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"require": {
3535
"php": "^8.1",
3636
"illuminate/support": "^10.0|^11.0",
37-
"wilderborn/partyline": "^1.0",
38-
"ramazancetinkaya/byte-formatter": "^1.0"
37+
"wilderborn/partyline": "^1.0"
3938
},
4039
"require-dev": {
4140
"ext-sqlite3": "*",

src/AbstractEvictStrategy.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Vectorial1024\LaravelCacheEvict;
44

55
use Illuminate\Console\OutputStyle;
6-
use ramazancetinkaya\ByteFormatter;
76
use Symfony\Component\Console\Input\StringInput;
87
use Symfony\Component\Console\Output\NullOutput;
98

0 commit comments

Comments
 (0)