Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaratsky authored Dec 28, 2016
1 parent 6fce820 commit c567210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ The preferred way to install this extension is through [composer](http://getcomp

To install, either run
```
$ php composer.phar require baibaratsky/yii2-rollbar:1.4.*
$ php composer.phar require baibaratsky/yii2-rollbar:1.5.*
```
or add
```
"baibaratsky/yii2-rollbar": "1.4.*"
"baibaratsky/yii2-rollbar": "1.5.*"
```
to the `require` section of your `composer.json` file.

Expand Down Expand Up @@ -107,4 +107,4 @@ Put the following code in your config:
```

The log target also appends `category` and `request_id` parameters to the log messages.
`request_id` is useful if you want to have a *yii2-debug*-like grouping.
`request_id` is useful if you want to have a *yii2-debug*-like grouping.

0 comments on commit c567210

Please sign in to comment.