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 0b41de1 commit e97466fCopy full SHA for e97466f
README.md
@@ -18,13 +18,13 @@ The preferred way to install this extension is through [composer](http://getcomp
18
Either run
19
20
```
21
-php composer.phar require --prefer-dist kriss/yii2-log-reader "^2.0"
+php composer.phar require --prefer-dist kriss/yii2-log-reader "^2.*"
22
23
24
or add
25
26
27
-"kriss/yii2-log-reader": "^2.0"
+"kriss/yii2-log-reader": "^2.*"
28
29
30
to the require section of your `composer.json` file.
0 commit comments