Skip to content

Commit c846225

Browse files
authored
Merge pull request #280 from shochdoerfer/fix/phpstan1.9_references
Mention PHPStan 1.9 dependency in Readme
2 parents 20d73ae + b3f3764 commit c846225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ PHP: PHP 7.2 or higher
1313

1414
Magento: Magento 2.3.0 or higher
1515

16-
PHPStan: PHPStan 1.8
16+
PHPStan: PHPStan 1.9
1717

1818
If you are using a Magento version that requires an older version of PHPStan (e.g. 0.12.77), you need to manually upgrade it before
19-
installing this extension. in your composer.json Change the PHPStan version to `~1.8` and run:
19+
installing this extension. in your composer.json Change the PHPStan version to `~1.9` and run:
2020

2121
```
2222
composer update phpstan/phpstan --with-all-dependencies

0 commit comments

Comments
 (0)