We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0a815 commit 9c84907Copy full SHA for 9c84907
README.md
@@ -10,13 +10,13 @@ The preferred way to install this extension is through [composer](http://getcomp
10
Either run
11
12
```
13
-php composer.phar require --prefer-dist kozhemin/yii2-insert-update-behavior "*"
+php composer.phar require kozhemin/yii2-insert-update-behavior:dev-master
14
15
16
or add
17
18
19
-"kozhemin/yii2-insert-update-behavior": "*"
+"kozhemin/yii2-insert-update-behavior": "dev-master"
20
21
22
to the require section of your `composer.json` file.
@@ -53,4 +53,4 @@ or
53
//INSERT IGNORE
54
$model = new Post();
55
$model->insertIgnore($dataInsert)
56
-```
+```
0 commit comments