Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubashar Ahmad committed May 17, 2022
1 parent 86028aa commit 098fc10
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 376 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"keywords": [
"laravel-zip",
"laravel",
"laravel5",
"laravel8",
"laravel9",
"zip",
"unzip",
"extract",
Expand All @@ -23,8 +24,9 @@
"merge"
],
"require": {
"php": ">=7.1",
"illuminate/support": "^6.0|^7.0|^8.0"
"php": ">=8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"ext-zip": "*"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 098fc10

Please sign in to comment.