From 8d81db54603dd943432c40664ef091e9bce9d152 Mon Sep 17 00:00:00 2001 From: Vasilij Belosludcev Date: Fri, 8 May 2015 01:50:51 +0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7619f8..5facd6a 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ The preferred way to install this extension is through [composer](http://getcomp Either run ``` -$ php composer.phar require bupy7/yii2-widget-cropbox "3.*" +$ php composer.phar require --prefer-dist bupy7/yii2-widget-cropbox "*" ``` or add ``` -"bupy7/yii2-widget-cropbox": "3.*" +"bupy7/yii2-widget-cropbox": "*" ``` to the **require** section of your **composer.json** file.