File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Yii2 widget for handle multiple inputs for an attribute of model
33
44[ ![ Latest Stable Version] ( https://poser.pugx.org/unclead/yii2-multiple-input/v/stable )] ( https://packagist.org/packages/unclead/yii2-multiple-input ) [ ![ Total Downloads] ( https://poser.pugx.org/unclead/yii2-multiple-input/downloads )] ( https://packagist.org/packages/unclead/yii2-multiple-input ) [ ![ Latest Unstable Version] ( https://poser.pugx.org/unclead/yii2-multiple-input/v/unstable )] ( https://packagist.org/packages/unclead/yii2-multiple-input ) [ ![ License] ( https://poser.pugx.org/unclead/yii2-multiple-input/license )] ( https://packagist.org/packages/unclead/yii2-multiple-input )
55
6+ ** Important! Widget is under development. First stable release is expected in the near future**
67
78##Installation
89
@@ -12,13 +13,13 @@ The preferred way to install this extension is through [composer](http://getcomp
1213Either run
1314
1415```
15- php composer.phar require unclead/yii2-multiple-input "* "
16+ php composer.phar require unclead/yii2-multiple-input "dev-master "
1617```
1718
1819or add
1920
2021```
21- "unclead/yii2-multiple-input": "* "
22+ "unclead/yii2-multiple-input": "dev-master "
2223```
2324
2425to the require section of your ` composer.json ` file.
You can’t perform that action at this time.
0 commit comments