Skip to content

Commit 098fc10

Browse files
author
Mubashar Ahmad
committed
no message
1 parent 86028aa commit 098fc10

File tree

5 files changed

+278
-376
lines changed

5 files changed

+278
-376
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"keywords": [
1414
"laravel-zip",
1515
"laravel",
16-
"laravel5",
16+
"laravel8",
17+
"laravel9",
1718
"zip",
1819
"unzip",
1920
"extract",
@@ -23,8 +24,9 @@
2324
"merge"
2425
],
2526
"require": {
26-
"php": ">=7.1",
27-
"illuminate/support": "^6.0|^7.0|^8.0"
27+
"php": ">=8.0",
28+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
29+
"ext-zip": "*"
2830
},
2931
"autoload": {
3032
"psr-4": {

0 commit comments

Comments
 (0)