Skip to content

Commit

Permalink
fix: upgrade jaeger binding (#16)
Browse files Browse the repository at this point in the history
contributors: @mmross
  • Loading branch information
cawolf authored Jun 19, 2020
1 parent f430681 commit 591a607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Functional/FunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Symfony\Component\Process\Process;
use GuzzleHttp\Exception\ClientException;

class FunctionalTest extends JaegerFunctionalTest
class FunctionalTest extends JaegerConsoleFunctionalTest
{
public function testSuccessfulTracing(): void
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ext-json": "*",
"auxmoney/opentracing-bundle-core": "^0.7",
"opentracing/opentracing": "1.0.0-beta5@beta",
"jukylin/jaeger-php": "2.1.1-beta@beta"
"jukylin/jaeger-php": "^2.1.3"
},
"require-dev": {
"roave/security-advisories": "dev-master",
Expand Down

0 comments on commit 591a607

Please sign in to comment.