File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ PHP: PHP 7.2 or higher
13
13
14
14
Magento: Magento 2.3.0 or higher
15
15
16
- PHPStan: PHPStan 1.6
16
+ PHPStan: PHPStan 1.7
17
17
18
18
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.6 ` and run:
19
+ installing this extension. in your composer.json Change the PHPStan version to ` ~1.7 ` and run:
20
20
21
21
```
22
22
composer update phpstan/phpstan --with-all-dependencies
Original file line number Diff line number Diff line change 7
7
"sort-packages" : true ,
8
8
"allow-plugins" : {
9
9
"phpstan/extension-installer" : true ,
10
- "captainhook/plugin-composer" : true
10
+ "captainhook/plugin-composer" : true ,
11
+ "magento/composer-dependency-version-audit-plugin" : false
11
12
}
12
13
},
13
14
"license" : " MIT" ,
22
23
"php" : " ^7.2.0 || ^8.1.0" ,
23
24
"ext-dom" : " *" ,
24
25
"laminas/laminas-code" : " ~3.3.0 || ~3.4.1 || ~3.5.1 || ~4.5.0" ,
25
- "phpstan/phpstan" : " ^1.6.2 <1.7.0 " ,
26
+ "phpstan/phpstan" : " ~1.7.2 " ,
26
27
"symfony/finder" : " ^3.0 || ^4.0 || ^5.0 || ^6.0"
27
28
},
28
29
"conflict" : {
You can’t perform that action at this time.
0 commit comments