Skip to content

Commit 2d7f1ae

Browse files
committed
fix(deps): Jaeger is a requirement
1 parent 05afe00 commit 2d7f1ae

File tree

2 files changed

+244
-232
lines changed

2 files changed

+244
-232
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
},
1919
"require": {
2020
"php": ">=8.0",
21-
"psr/http-message": "^1.0|^2.0",
2221
"hyperf/contract": "^3.0",
2322
"hyperf/di": "^3.0",
2423
"hyperf/guzzle": "^3.0",
2524
"hyperf/support": "^3.0",
2625
"hyperf/utils": "^3.0",
2726
"jcchavezs/zipkin-opentracing": "^2.0",
28-
"opentracing/opentracing": "^1.0"
27+
"jonahgeorge/jaeger-client-php": "^1.4",
28+
"opentracing/opentracing": "^1.0",
29+
"psr/http-message": "^1.0|^2.0"
2930
},
3031
"require-dev": {
3132
"friendsofphp/php-cs-fixer": "^3.21",
3233
"hyperf/config": "^3.0",
3334
"hyperf/testing": "^3.0",
34-
"jonahgeorge/jaeger-client-php": "^1.4",
3535
"mockery/mockery": "^1.6",
3636
"phpstan/extension-installer": "^1.3",
3737
"phpstan/phpstan": "^1.10",

0 commit comments

Comments
 (0)