Adds Zip to the required PHP Extension check (#1146)

* Ignore .DS_Store

* Checks for required ZIP extension
This commit is contained in:
Adam Patterson
2023-02-18 23:12:34 -07:00
committed by GitHub
parent 393fe20010
commit 05d5ce26fd
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@ return [
'tokenizer',
'JSON',
'cURL',
'zip',
],
'apache' => [
'mod_rewrite',