We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20d73ae + b3f3764 commit c846225Copy full SHA for c846225
README.md
@@ -13,10 +13,10 @@ PHP: PHP 7.2 or higher
13
14
Magento: Magento 2.3.0 or higher
15
16
-PHPStan: PHPStan 1.8
+PHPStan: PHPStan 1.9
17
18
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:
+installing this extension. in your composer.json Change the PHPStan version to `~1.9` and run:
20
21
```
22
composer update phpstan/phpstan --with-all-dependencies
0 commit comments