Skip to content

Commit

Permalink
Fixed tracer does not works in hyperf v2.1 (#3070)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jan 17, 2021
1 parent 2a4bcc1 commit 1eab6c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"hyperf/di": "~2.1.0",
"hyperf/guzzle": "~2.1.0",
"hyperf/utils": "~2.1.0",
"jcchavezs/zipkin-opentracing":"^0.2.0",
"opentracing/opentracing":"1.0.0-beta6"
"jcchavezs/zipkin-opentracing":"^1.0",
"opentracing/opentracing":"^1.0"
},
"require-dev": {
"hyperf/event": "~2.1.0",
"malukenho/docheader": "^0.1.6",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^9.4",
"friendsofphp/php-cs-fixer": "^2.9",
"jonahgeorge/jaeger-client-php": "^0.6"
"jonahgeorge/jaeger-client-php": "^1.0"
},
"suggest": {
"hyperf/event": "Required to use DbQueryExecutedListener.",
Expand Down

0 comments on commit 1eab6c5

Please sign in to comment.