From f845cd4dbdc49d2e005ec2646176ddfcf7d55d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Hochd=C3=B6rfer?= Date: Sat, 15 Jan 2022 17:19:40 +0100 Subject: [PATCH] Update README.md file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 835ae78..90fc3f9 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ PHP: PHP 7.2 or higher Magento: Magento 2.3.0 or higher -PHPStan: PHPStan 1.3 +PHPStan: PHPStan 1.4 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 -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: ``` composer update phpstan/phpstan --with-all-dependencies