File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ PHP: PHP 7.2 or higher
14
14
15
15
Magento: Magento 2.3.0 or higher
16
16
17
- PHPStan: PHPStan 1.10
17
+ PHPStan: PHPStan 1.11
18
18
19
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.10 ` and run:
20
+ installing this extension. in your composer.json Change the PHPStan version to ` ~1.11 ` and run:
21
21
22
22
```
23
23
composer update phpstan/phpstan --with-all-dependencies
Original file line number Diff line number Diff line change 23
23
"php" : " ^7.2.0 || ^8.1.0" ,
24
24
"ext-dom" : " *" ,
25
25
"laminas/laminas-code" : " ~3.3.0 || ~3.4.1 || ~3.5.1 || ^4.5 || ^4.10" ,
26
- "phpstan/phpstan" : " ~1.10.3 " ,
26
+ "phpstan/phpstan" : " ~1.11.1 " ,
27
27
"symfony/finder" : " ^3.0 || ^4.0 || ^5.0 || ^6.0"
28
28
},
29
29
"conflict" : {
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ parameters:
41
41
message : ' ~is not covered by backward compatibility promise.~'
42
42
path : tests/bitExpert/PHPStan/Magento/Autoload/ExtensionAutoloaderUnitTest.php
43
43
-
44
- message : ' ~Parameter #1 $argument of class ReflectionClass constructor expects class-string<MyUncachedExtension>|MyUncachedExtension, string given~'
44
+ message : ' ~Parameter #1 \ $argument of class ReflectionClass constructor expects class-string<MyUncachedExtension>|MyUncachedExtension, string given~'
45
45
path : tests/bitExpert/PHPStan/Magento/Autoload/ExtensionAutoloaderUnitTest.php
46
46
-
47
47
message : ' ~is not covered by backward compatibility promise.~'
48
48
path : tests/bitExpert/PHPStan/Magento/Autoload/ExtensionInterfaceAutoloaderUnitTest.php
49
49
-
50
- message : ' ~Parameter #1 $argument of class ReflectionClass constructor expects class-string<UncachedExtensionInterface>|UncachedExtensionInterface, string given~'
50
+ message : ' ~Parameter #1 \ $argument of class ReflectionClass constructor expects class-string<UncachedExtensionInterface>|UncachedExtensionInterface, string given~'
51
51
path : tests/bitExpert/PHPStan/Magento/Autoload/ExtensionInterfaceAutoloaderUnitTest.php
52
52
-
53
53
message : ' ~bitExpert\\PHPStan\\Magento\\Rules\\Helper\\SampleModel::__construct\(\) does not call parent constructor~'
You can’t perform that action at this time.
0 commit comments