diff --git a/README.md b/README.md index 2d6ad86..7bb2607 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ The preferred way to install this extension is through [composer](http://getcomp Either run ```bash -$ composer require mootensai/yii2-enhanced-gii +$ composer require mootensai/yii2-enhanced-gii:@dev ``` or add ``` -"mootensai/yii2-enhanced-gii": "*" +"mootensai/yii2-enhanced-gii": "@dev" ``` to the `require` section of your `composer.json` file.