Skip to content

Commit ea4e075

Browse files
committed
Add hyperf/laminas-mime dependency to composer.json
1 parent 88a208d commit ea4e075

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"hyperf/http-server": "~3.1.0",
2424
"hyperf/logger": "~3.1.0",
2525
"hyperf/memory": "~3.1.0",
26-
"hyperf/process": "~3.1.0"
26+
"hyperf/process": "~3.1.0",
27+
"hyperf/laminas-mime": "^3.0"
2728
},
2829
"require-dev": {
2930
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)