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.
README.md
1 parent 20c1f31 commit a38f2cbCopy full SHA for a38f2cb
README.md
@@ -31,16 +31,16 @@ The preferred way to install this extension is through [composer](https://getcom
31
Either run
32
33
```
34
-composer require --dev --prefer-dist yii2-extensions/asset-bootstrap5
+composer require --prefer-dist yii2-extensions/asset-bootstrap5:"^0.1"
35
36
37
or add
38
39
40
-"yii2-extensions/asset-bootstrap5": "dev-main"
+"yii2-extensions/asset-bootstrap5":"^0.1"
41
42
43
-to the require-dev section of your `composer.json` file.
+to the require section of your `composer.json` file.
44
45
## Basic usage
46
0 commit comments