Skip to content

Commit

Permalink
Merge branch 'master' into 3.1-merge
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/grpc-client/composer.json
  • Loading branch information
limingxinleo committed Jul 13, 2023
2 parents 6d30f8b + a14f75c commit 3898469
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@
},
"require": {
"php": ">=8.1",
"hyperf/contract": "~3.1.0",
"hyperf/code-parser": "~3.1.0",
"hyperf/context": "~3.1.0",
"hyperf/coroutine": "~3.1.0",
"hyperf/event": "~3.1.0",
"hyperf/grpc": "~3.1.0",
"jean85/pretty-package-versions": "^1.2|^2.0"
},
"suggest": {
"hyperf/load-balancer": "Use LoadBalancer for GrpcTransporter.(~3.0.0)"
},
"autoload": {
"psr-4": {
"Hyperf\\GrpcClient\\": "src/"
Expand Down

0 comments on commit 3898469

Please sign in to comment.