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 4da5311 commit f845cd4Copy full SHA for f845cd4
README.md
@@ -12,10 +12,10 @@ PHP: PHP 7.2 or higher
12
13
Magento: Magento 2.3.0 or higher
14
15
-PHPStan: PHPStan 1.3
+PHPStan: PHPStan 1.4
16
17
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
18
-installing this extension. in your composer.json Change the PHPStan version to `~1.3` and run:
+installing this extension. in your composer.json Change the PHPStan version to `~1.4` and run:
19
20
```
21
composer update phpstan/phpstan --with-all-dependencies
0 commit comments