Skip to content

Commit

Permalink
release stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
jky-yy committed May 27, 2020
1 parent 4142fce commit 76320ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install via composer.

```json
{
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"jukylin/jaeger-php" : "^2.0",
"opentracing/opentracing":"1.0.0-beta5"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "php client for jaeger",
"keywords": ["jaeger","trace","opentracing"],
"license": "Apache-2.0",
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"packaged/thrift" : "0.10.0",
Expand Down

0 comments on commit 76320ef

Please sign in to comment.