File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed
Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "require" : {
77 "php" : " ^8.2" ,
8- "phpstan/phpstan" : " ^2.1.14 " ,
8+ "phpstan/phpstan" : " ^2.1.30 " ,
99 "webmozart/assert" : " ^1.11"
1010 },
1111 "require-dev" : {
12- "nikic/php-parser" : " ^5.4 " ,
12+ "nikic/php-parser" : " ^5.6 " ,
1313 "symplify/phpstan-extensions" : " ^12.0" ,
14- "phpunit/phpunit" : " ^11.5" ,
15- "rector/rector" : " ^2.0 " ,
16- "symplify/easy-coding-standard" : " ^12.1 " ,
17- "phpstan/extension-installer" : " ^1.3 " ,
18- "tomasvotruba/class-leak" : " ^0.2 " ,
14+ "phpunit/phpunit" : " ^11.5|^12.2 " ,
15+ "rector/rector" : " ^2.2 " ,
16+ "symplify/easy-coding-standard" : " ^12.6 " ,
17+ "phpstan/extension-installer" : " ^1.4 " ,
18+ "tomasvotruba/class-leak" : " ^2.0 " ,
1919 "tracy/tracy" : " ^2.10"
2020 },
2121 "autoload" : {
Original file line number Diff line number Diff line change @@ -20,13 +20,7 @@ parameters:
2020 # overly detailed generics
2121 - '#Rector\\TypePerfect\\Tests\\Rules\\ (.*? ) generic (class|interface)#'
2222
23- -
24- identifier : phpstanApi.instanceofType
25- paths :
26- - src/Printer/CollectorMetadataPrinter.php
27- - src/Rules/NarrowPrivateClassMethodParamTypeRule.php
28- - src/Rules/NoArrayAccessOnObjectRule.php
29- - src/Rules/ReturnNullOverFalseRule.php
23+ - identifier : phpstanApi.instanceofType
3024
3125 -
3226 identifier : phpstanApi.instanceofAssumption
You can’t perform that action at this time.
0 commit comments