-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Zip to the required PHP Extension check (#1146)
* Ignore .DS_Store * Checks for required ZIP extension
- Loading branch information
1 parent
393fe20
commit 05d5ce2
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,5 @@ Homestead.yaml | |
.gitkeep | ||
/public/docs | ||
/.scribe | ||
!storage/fonts/.gitkeep | ||
!storage/fonts/.gitkeep | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ | |
'tokenizer', | ||
'JSON', | ||
'cURL', | ||
'zip', | ||
], | ||
'apache' => [ | ||
'mod_rewrite', | ||
|