Skip to content

Commit 51fb790

Browse files
authoredFeb 28, 2023
Merge pull request #292 from bitExpert/dependabot/composer/phpstan/phpstan-approx-1.10.3
Update phpstan/phpstan requirement from ~1.9.2 to ~1.10.3
2 parents 27559f3 + d28394a commit 51fb790

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ PHP: PHP 7.2 or higher
1313

1414
Magento: Magento 2.3.0 or higher
1515

16-
PHPStan: PHPStan 1.9
16+
PHPStan: PHPStan 1.10
1717

1818
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:
19+
installing this extension. in your composer.json Change the PHPStan version to `~1.10` and run:
2020

2121
```
2222
composer update phpstan/phpstan --with-all-dependencies

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": "^7.2.0 || ^8.1.0",
2424
"ext-dom": "*",
2525
"laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1 || ^4.5",
26-
"phpstan/phpstan": "~1.9.2",
26+
"phpstan/phpstan": "~1.10.3",
2727
"symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0"
2828
},
2929
"conflict": {

0 commit comments

Comments
 (0)
Please sign in to comment.