Switch ZIP library to laravel-zipstream

PHP8 compatible. Will not store ZIP files on disk before sending them to the user but it will stream them on the fly.
This commit is contained in:
Fossil
2022-01-21 12:06:27 -05:00
parent 20ac1b6f15
commit 8be44c6704
4 changed files with 237 additions and 116 deletions
+1 -1
View File
@@ -103,7 +103,6 @@
"dariusiii/rarinfo": "^2.5",
"dariusiii/tmdb-laravel": "^4.0",
"dariusiii/token": "^3.0",
"dariusiii/zipper": "^2.0",
"dborsatto/php-giantbomb": "^2.0",
"doctrine/dbal": "^3.0",
"fakerphp/faker": "^1.12",
@@ -152,6 +151,7 @@
"spatie/laravel-fractal": "^5.3",
"spatie/laravel-permission": "^5.0",
"sspat/es-query-sanitizer": "^1.0",
"stechstudio/laravel-zipstream": "^4.5",
"symfony/process": "^5.4",
"vlucas/phpdotenv": "^5.0",
"voku/simple_html_dom": "^4.3",