Skip to content

Commit a16aa9c

Browse files
committed
feat: adds support for Hyperf 3.1
1 parent 46b2660 commit a16aa9c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
],
2525
"require": {
2626
"php": ">=8.1",
27-
"hyperf/config": "~3.0.0",
28-
"hyperf/database": "~3.0.0",
29-
"hyperf/db-connection": "~3.0.0",
30-
"hyperf/di": "~3.0.0",
31-
"hyperf/http-server": "~3.0.0",
32-
"hyperf/tracer": "~3.0.0"
27+
"hyperf/config": "~3.1.0",
28+
"hyperf/database": "~3.1.0",
29+
"hyperf/db-connection": "~3.1.0",
30+
"hyperf/di": "~3.1.0",
31+
"hyperf/http-server": "~3.1.0",
32+
"hyperf/tracer": "~3.1.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)