Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaratsky authored Feb 26, 2018
1 parent befc020 commit 7332c97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ The preferred way to install this extension is through [composer](http://getcomp

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

If you want to use it with **Yii prior to 2.0.13**, you need yii2-rollbar of the version `1.6.*`.

Usage
-----
Expand Down

0 comments on commit 7332c97

Please sign in to comment.