Skip to content

Commit 5b612c3

Browse files
committed
downgrade php version and add keywords
1 parent 3deb640 commit 5b612c3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "code-creeper/laravel-chunkify",
33
"description": "This is my package laravel-chunkify",
44
"keywords": [
5-
"Abdul Haseeb Khan",
5+
"chunkify",
6+
"uploading",
7+
"file-upload",
8+
"chunk-upload",
9+
"s3-upload",
610
"laravel",
711
"laravel-chunkify"
812
],
@@ -16,7 +20,7 @@
1620
}
1721
],
1822
"require": {
19-
"php": "^8.4",
23+
"php": "^8.3",
2024
"spatie/laravel-package-tools": "^1.16",
2125
"illuminate/contracts": "^10.0||^11.0"
2226
},

0 commit comments

Comments
 (0)