Skip to content

Commit fa1a363

Browse files
committed
fix: Update installation instructions for lasted version 0.2.
1 parent fc2c016 commit fa1a363

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
@@ -33,13 +33,13 @@ The preferred way to install this extension is through [composer](https://getcom
3333
Either run
3434

3535
```shel
36-
composer require --dev --prefer-dist yii2-extensions/phpstan:^0.1
36+
composer require --dev --prefer-dist yii2-extensions/phpstan:^0.2
3737
```
3838

3939
or add
4040

4141
```json
42-
"yii2-extensions/phpstan": "^0.1"
42+
"yii2-extensions/phpstan": "^0.2"
4343
```
4444

4545
## Usage

0 commit comments

Comments
 (0)