Skip to content

Commit 6d730d6

Browse files
committed
Merge pull request #3 from githubjeka/patch-1
Update README.md
2 parents 640853f + 34ff461 commit 6d730d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ 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:"~0.0.3"
1717
```
1818

1919
or add
2020

2121
```json
22-
"bazilio/yii2-stubs-generator": "*"
22+
"bazilio/yii2-stubs-generator": "~0.0.3"
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)