Skip to content

Commit dfd203f

Browse files
committed
Update README.md
1 parent 2e79344 commit dfd203f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ The preferred way to install this extension is through [composer](http://getcomp
1111
Either run
1212

1313
```
14-
php composer.phar require unclead/yii2-multiple-input "dev-master"
14+
php composer.phar require unclead/yii2-multiple-input "~1.0"
1515
```
1616

1717
or add
1818

1919
```
20-
"unclead/yii2-multiple-input": "dev-master"
20+
"unclead/yii2-multiple-input": "~1.0"
2121
```
2222

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

0 commit comments

Comments
 (0)