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 e97466f commit 8d96b03Copy full SHA for 8d96b03
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.*"
+php composer.phar require --prefer-dist kriss/yii2-log-reader "2.*"
22
23
24
or add
25
26
27
-"kriss/yii2-log-reader": "^2.*"
+"kriss/yii2-log-reader": "2.*"
28
29
30
to the require section of your `composer.json` file.
0 commit comments