Skip to content

Commit

Permalink
chore: remove compression
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Dec 4, 2024
1 parent adf1690 commit aef3e5b
Show file tree
Hide file tree
Showing 15 changed files with 336 additions and 1,253 deletions.
642 changes: 336 additions & 306 deletions composer.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
stopOnFailure="false">
<testsuites>
<testsuite name="unit">
<directory>./tests/Storage/Compression</directory>
<file>./tests/Storage/Device/LocalTest.php</file>
<directory>./tests/Storage/Validator</directory>
<file>./tests/Storage/StorageTest.php</file>
Expand Down
104 changes: 0 additions & 104 deletions src/Storage/Compression/Algorithms/Brotli.php

This file was deleted.

43 changes: 0 additions & 43 deletions src/Storage/Compression/Algorithms/GZIP.php

This file was deleted.

79 changes: 0 additions & 79 deletions src/Storage/Compression/Algorithms/LZ4.php

This file was deleted.

38 changes: 0 additions & 38 deletions src/Storage/Compression/Algorithms/Snappy.php

This file was deleted.

40 changes: 0 additions & 40 deletions src/Storage/Compression/Algorithms/XZ.php

This file was deleted.

79 changes: 0 additions & 79 deletions src/Storage/Compression/Algorithms/Zstd.php

This file was deleted.

Loading

0 comments on commit aef3e5b

Please sign in to comment.