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
3
3
4
4
[ ![ 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 )
5
5
6
+ ** Important! Widget is under development. First stable release is expected in the near future**
6
7
7
8
##Installation
8
9
@@ -12,13 +13,13 @@ The preferred way to install this extension is through [composer](http://getcomp
12
13
Either run
13
14
14
15
```
15
- php composer.phar require unclead/yii2-multiple-input "* "
16
+ php composer.phar require unclead/yii2-multiple-input "dev-master "
16
17
```
17
18
18
19
or add
19
20
20
21
```
21
- "unclead/yii2-multiple-input": "* "
22
+ "unclead/yii2-multiple-input": "dev-master "
22
23
```
23
24
24
25
to the require section of your ` composer.json ` file.
You can’t perform that action at this time.
0 commit comments