Skip to content

Commit fdd6833

Browse files
committed
Remove HashContext and dependency
1 parent 1bd3038 commit fdd6833

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"ext-hash": "*",
1514
"ext-json": "*",
1615
"ext-mongodb": "^1.20.0",
1716
"composer-runtime-api": "^2.0",

src/GridFS/WritableStream.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
namespace MongoDB\GridFS;
1919

20-
use HashContext;
2120
use MongoDB\BSON\Binary;
2221
use MongoDB\BSON\ObjectId;
2322
use MongoDB\BSON\UTCDateTime;
@@ -48,8 +47,6 @@ class WritableStream
4847

4948
private array $file;
5049

51-
private ?HashContext $hashCtx = null;
52-
5350
private bool $isClosed = false;
5451

5552
private int $length = 0;

0 commit comments

Comments
 (0)