From c5672105f757403ed5d61f0d5a649363045c1188 Mon Sep 17 00:00:00 2001 From: Andrei Baibaratsky Date: Wed, 28 Dec 2016 11:52:17 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.