Skip to content

Commit

Permalink
Fixed the broken PHPUnit with the latest opentracing. (#3007)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo authored Dec 25, 2020
1 parent fe39980 commit b4f9423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"hyperf/guzzle": "~2.1.0",
"hyperf/utils": "~2.1.0",
"jcchavezs/zipkin-opentracing":"^0.2.0",
"opentracing/opentracing":"1.0.*"
"opentracing/opentracing":"^1.0"
},
"require-dev": {
"hyperf/event": "~2.1.0",
Expand Down

0 comments on commit b4f9423

Please sign in to comment.