Skip to content

Commit 740521f

Browse files
Feat: GRPC Exporter (#16)
1 parent 83a3dea commit 740521f

13 files changed

Lines changed: 1877 additions & 837 deletions

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@
2222
}
2323
],
2424
"minimum-stability": "dev",
25+
"prefer-stable": true,
2526
"require": {
2627
"php": ">=8.1",
2728
"hyperf/command": "~3.1.0",
2829
"hyperf/crontab": "~3.1.0",
2930
"hyperf/database": "~3.1.0",
3031
"hyperf/di": "~3.1.0",
3132
"hyperf/event": "~3.1.0",
33+
"hyperf/grpc-client": "~3.1.0",
3234
"hyperf/guzzle": "~3.1.0",
3335
"hyperf/http-server": "~3.1.0",
3436
"open-telemetry/api": "^1.1",

0 commit comments

Comments
 (0)