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 f21db68 commit 7605befCopy full SHA for 7605bef
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.7
+PHPStan: PHPStan 1.8
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.7` and run:
+installing this extension. in your composer.json Change the PHPStan version to `~1.8` and run:
20
21
```
22
composer update phpstan/phpstan --with-all-dependencies
0 commit comments