Skip to content

Commit 75052c1

Browse files
committed
fix: move replace to root composer.json
1 parent bfe5d51 commit 75052c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@
155155
"hypervel/session": "self.version",
156156
"hypervel/support": "self.version",
157157
"hypervel/telescope": "self.version",
158-
"hypervel/testbench": "self.version"
158+
"hypervel/testbench": "self.version",
159+
"hypervel/laminas-mime": "*"
159160
},
160161
"suggest": {
161162
"hyperf/redis": "Required to use redis driver. (^3.1).",

src/core/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"hyperf/database": "~3.1.0",
3131
"hyperf/http-message": "~3.1.0",
3232
"hyperf/context": "~3.1.0",
33-
"hyperf/redis": "~3.1.0",
34-
"hypervel/laminas-mime": "^0.1.0"
33+
"hyperf/redis": "~3.1.0"
3534
},
3635
"require-dev": {
3736
"fakerphp/faker": "^2.0"

0 commit comments

Comments
 (0)