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 8cc57ef commit d28394aCopy full SHA for d28394a
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.9
+PHPStan: PHPStan 1.10
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.9` and run:
+installing this extension. in your composer.json Change the PHPStan version to `~1.10` and run:
20
21
```
22
composer update phpstan/phpstan --with-all-dependencies
0 commit comments