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 8975200 commit 2b23d81Copy full SHA for 2b23d81
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.11
+PHPStan: PHPStan 1.12
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.11` and run:
+installing this extension. in your composer.json Change the PHPStan version to `~1.12` and run:
21
22
```
23
composer update phpstan/phpstan --with-all-dependencies
0 commit comments