Skip to content

Commit

Permalink
Add maennchen/zipstream-php dependency
Browse files Browse the repository at this point in the history
The built-in ZipArchive class does not have the ability
to accept streams. This means that we would always have to
write the zip to disk. The ZipStream library does offer
support for writing to streams.
  • Loading branch information
basbl committed Apr 27, 2020
1 parent 385b833 commit 1bcdf15
Show file tree
Hide file tree
Showing 2 changed files with 344 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"ext-zlib": "*",
"markbaker/complex": "^1.4",
"markbaker/matrix": "^1.2",
"psr/simple-cache": "^1.0"
"psr/simple-cache": "^1.0",
"maennchen/zipstream-php": "^2.0"
},
"require-dev": {
"dompdf/dompdf": "^0.8.5",
Expand Down
Loading

0 comments on commit 1bcdf15

Please sign in to comment.