From 7332c97aacadbc241c52bdef7387ad7bda33ceb6 Mon Sep 17 00:00:00 2001 From: Andrei Baibaratsky Date: Mon, 26 Feb 2018 21:18:48 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84f3995..7ac5543 100644 --- a/README.md +++ b/README.md @@ -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 -----