From 6740f11a087e165fc0f64bf583bf301243e7618c Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Thu, 28 Apr 2016 12:45:56 +0300 Subject: [PATCH] Update REAMDE.md due issues #4 #7 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cdf6da..b257878 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ Since kcfinder package do not have stable release on packagist, you should use t After, either run ``` -php composer.phar require "iutbay/yii2-kcfinder" "*" +php composer.phar require "iutbay/yii2-kcfinder" "dev-master" ``` or add ```json -"iutbay/yii2-kcfinder" : "*" +"iutbay/yii2-kcfinder" : "dev-master" ``` to the require section of your application's `composer.json` file.