Skip to content

Commit 7f55fe0

Browse files
committed
Update README.md
1 parent 640853f commit 7f55fe0

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

1515
```
16-
php composer.phar require --prefer-dist bazilio/yii2-stubs-generator
16+
php composer.phar require --dev --prefer-dist bazilio/yii2-stubs-generator:"*"
1717
```
1818

1919
or add
@@ -22,7 +22,7 @@ or add
2222
"bazilio/yii2-stubs-generator": "*"
2323
```
2424

25-
to the require section of your composer.json.
25+
to the `require-dev` section of your `composer.json`.
2626

2727

2828
Usage

0 commit comments

Comments
 (0)