We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac897e8 commit 8c6aad5Copy full SHA for 8c6aad5
README.md
@@ -14,10 +14,10 @@ PHP: PHP 7.2 or higher
14
15
Magento: Magento 2.3.0 or higher
16
17
-PHPStan: PHPStan 1.12
+PHPStan: PHPStan 2.0 or higher
18
19
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
20
-installing this extension. in your composer.json Change the PHPStan version to `~1.12` and run:
+installing this extension. in your composer.json Change the PHPStan version to `~2.0` and run:
21
22
```
23
composer update phpstan/phpstan --with-all-dependencies
0 commit comments