We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151417c commit 7dd5affCopy full SHA for 7dd5aff
composer.json
@@ -34,8 +34,7 @@
34
"require": {
35
"php": "^8.1",
36
"illuminate/support": "^10.0|^11.0",
37
- "wilderborn/partyline": "^1.0",
38
- "ramazancetinkaya/byte-formatter": "^1.0"
+ "wilderborn/partyline": "^1.0"
39
},
40
"require-dev": {
41
"ext-sqlite3": "*",
src/AbstractEvictStrategy.php
@@ -3,7 +3,6 @@
3
namespace Vectorial1024\LaravelCacheEvict;
4
5
use Illuminate\Console\OutputStyle;
6
-use ramazancetinkaya\ByteFormatter;
7
use Symfony\Component\Console\Input\StringInput;
8
use Symfony\Component\Console\Output\NullOutput;
9
0 commit comments