Skip to content

Commit be1487c

Browse files
Update README.md
1 parent 70f2093 commit be1487c

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
@@ -19,13 +19,13 @@ The preferred way to install this extension is through [composer](http://getcomp
1919
Either run
2020

2121
```
22-
php composer.phar require --prefer-dist skeeks/yii2-google-api "*"
22+
php composer.phar require --prefer-dist skeeks/yii2-google-api "^2.0.1"
2323
```
2424

2525
or add
2626

2727
```
28-
"skeeks/yii2-google-api": "*"
28+
"skeeks/yii2-google-api": "^2.0.1"
2929
```
3030

3131

0 commit comments

Comments
 (0)