diff --git a/README.md b/README.md index e5dab0b..971c7b6 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file +`request_id` is useful if you want to have a *yii2-debug*-like grouping.