Skip to content

Commit

Permalink
Update PHPStan version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Dec 23, 2021
1 parent f3bd84a commit 10fb42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ PHP: PHP 7.2 or higher

Magento: Magento 2.3.0 or higher

PHPStan: PHPStan 1.1
PHPStan: PHPStan 1.2

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.1` and run:
installing this extension. in your composer.json Change the PHPStan version to `~1.2` and run:

```
composer update phpstan/phpstan --with-all-dependencies
Expand Down

0 comments on commit 10fb42a

Please sign in to comment.