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 28, 2020
1 parent 76320ef commit f58a6f4
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,10 @@

Install via composer.

`vim composer.json`

```json
{
"minimum-stability": "stable",
"require": {
"jukylin/jaeger-php" : "^2.0",
"opentracing/opentracing":"1.0.0-beta5"
}
}
```

`composer update`
composer config minimum-stability dev
composer require jukylin/jaeger-php
```

## Init Jaeger-php

Expand Down

0 comments on commit f58a6f4

Please sign in to comment.