Skip to content

Commit

Permalink
Adds Zip to the required PHP Extension check (#1146)
Browse files Browse the repository at this point in the history
* Ignore .DS_Store

* Checks for required ZIP extension
  • Loading branch information
adampatterson committed Feb 19, 2023
1 parent 393fe20 commit 05d5ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -16,4 +16,5 @@ Homestead.yaml
.gitkeep
/public/docs
/.scribe
!storage/fonts/.gitkeep
!storage/fonts/.gitkeep
.DS_Store
1 change: 1 addition & 0 deletions config/installer.php
Expand Up @@ -27,6 +27,7 @@
'tokenizer',
'JSON',
'cURL',
'zip',
],
'apache' => [
'mod_rewrite',
Expand Down

0 comments on commit 05d5ce2

Please sign in to comment.