Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"hyperf/command": "~3.1.0",
"hyperf/crontab": "~3.1.0",
"hyperf/database": "~3.1.0",
"hyperf/di": "~3.1.0",
"hyperf/event": "~3.1.0",
"hyperf/grpc-client": "~3.1.0",
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hyperf/grpc-client is added to require, but the new implementation uses Swoole\Coroutine\Http2\Client directly and there are no references to the Hyperf gRPC client in the codebase. If it’s not needed, remove this dependency to avoid extra install surface and transitive constraints.

Suggested change
"hyperf/grpc-client": "~3.1.0",

Copilot uses AI. Check for mistakes.
"hyperf/guzzle": "~3.1.0",
"hyperf/http-server": "~3.1.0",
"open-telemetry/api": "^1.1",
Expand Down
Loading