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 f28d330 commit c21d095Copy full SHA for c21d095
README.md
@@ -11,20 +11,12 @@ Installation
11
12
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
13
14
-Either run
+First [install Yii2](https://www.yiiframework.com/doc/guide/2.0/en/start-installation), then:
15
16
```
17
-php composer.phar require --prefer-dist winternet-studio/yii2-libs "*"
+composer require winternet-studio/yii2-libs
18
19
20
-or add
21
-
22
-```
23
-"winternet-studio/yii2-libs": "*"
24
25
26
-to the require section of your `composer.json` file.
27
28
29
Usage
30
-----
0 commit comments