Skip to content

Commit

Permalink
Merge pull request #45 from DataDog/chuck.hagenbuch/opentracing-dep-i…
Browse files Browse the repository at this point in the history
…s-beta

Update opentracing provides version, and specify that the dep is beta
  • Loading branch information
chuck authored Aug 1, 2018
2 parents 304d9a6 + 650c609 commit b4107ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"require": {
"php": "^5.6 || ^7.0",
"ext-curl": "*",
"opentracing/opentracing": "1.0.0-beta5",
"opentracing/opentracing": "1.0.0-beta5@dev",
"psr/http-message": "^1.0",
"psr/log": "^1.0.0",
"symfony/polyfill-php70": "^1.8.0"
},
"provide": {
"opentracing/opentracing": "1.0.0-beta4"
"opentracing/opentracing": "1.0.0-beta5"
},
"require-dev": {
"phpunit/phpunit": "^5.7.19",
Expand Down

0 comments on commit b4107ae

Please sign in to comment.