Skip to content

Commit

Permalink
feat: add PSR-18 client support (#3)
Browse files Browse the repository at this point in the history
contributors: @cHeeSaW
  • Loading branch information
cawolf authored Jan 18, 2020
1 parent e10cf45 commit 4c71d00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions OpentracingBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace Auxmoney\OpentracingBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

final class OpentracingBundle extends Bundle
final class OpentracingBundle extends AbstractOpentracingBundle
{
}
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"symfony",
"symfony-bundle",
"distributed-tracing",
"psr-18",
"zipkin"
],
"type": "symfony-bundle",
Expand All @@ -17,7 +18,7 @@
},
"require": {
"php": "^7.1.33",
"auxmoney/opentracing-bundle-core": "^0.3",
"auxmoney/opentracing-bundle-core": "^0.3.3",
"opentracing/opentracing": "1.0.0-beta5@beta",
"jcchavezs/zipkin-opentracing": "^0.1"
},
Expand Down

0 comments on commit 4c71d00

Please sign in to comment.