Skip to content

Commit 720039b

Browse files
author
Eugene Tupikov
committed
Merge branch 'master' of git://github.com/unclead/yii2-multiple-input
2 parents 9f1dc41 + a3cd9c2 commit 720039b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1213
Either 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

1819
or add
1920

2021
```
21-
"unclead/yii2-multiple-input": "*"
22+
"unclead/yii2-multiple-input": "dev-master"
2223
```
2324

2425
to the require section of your `composer.json` file.

0 commit comments

Comments
 (0)