Skip to content

Commit 8d96b03

Browse files
committed
feat: to 2.*
1 parent e97466f commit 8d96b03

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

2020
```
21-
php composer.phar require --prefer-dist kriss/yii2-log-reader "^2.*"
21+
php composer.phar require --prefer-dist kriss/yii2-log-reader "2.*"
2222
```
2323

2424
or add
2525

2626
```
27-
"kriss/yii2-log-reader": "^2.*"
27+
"kriss/yii2-log-reader": "2.*"
2828
```
2929

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

0 commit comments

Comments
 (0)