File tree Expand file tree Collapse file tree 3 files changed +52
-53
lines changed Expand file tree Collapse file tree 3 files changed +52
-53
lines changed Original file line number Diff line number Diff line change 44 "ergebnis/composer-normalize" : " ^2.23.1" ,
55 "infection/infection" : " ^0.26.4" ,
66 "kubawerlos/composer-smaller-lock" : " ^1.0.0" ,
7- "kubawerlos/php-cs-fixer-config" : " ^3.7 .0" ,
7+ "kubawerlos/php-cs-fixer-config" : " ^3.8 .0" ,
88 "kubawerlos/types-checker" : " ^2.2.0" ,
99 "maglnet/composer-require-checker" : " ^4.0.0" ,
1010 "mi-schi/phpmd-extension" : " ^4.3.0" ,
1111 "phpmd/phpmd" : " dev-master as 2.12.0" ,
1212 "phpstan/extension-installer" : " ^1.1.0" ,
13- "phpstan/phpstan" : " ^1.4.5 " ,
13+ "phpstan/phpstan" : " ^1.4.6 " ,
1414 "phpstan/phpstan-phpunit" : " ^1.0.0" ,
1515 "phpstan/phpstan-strict-rules" : " ^1.1.0" ,
1616 "squizlabs/php_codesniffer" : " ^3.6.2" ,
Original file line number Diff line number Diff line change 3232unset($ rules ['assign_null_coalescing_to_coalesce_equal ' ]); // TODO: remove when dropping support to PHP <8.0
3333unset($ rules ['get_class_to_class_keyword ' ]); // TODO: remove when dropping support to PHP <8.0
3434unset($ rules ['modernize_strpos ' ]); // TODO: remove when dropping support to PHP <8.0
35- unset($ rules [PhpCsFixerCustomFixers \Fixer \PhpdocOnlyAllowedAnnotationsFixer::name ()]); // TODO: remove after new php-cs-fixer-config release
3635unset($ rules [PhpCsFixerCustomFixers \Fixer \PromotedConstructorPropertyFixer::name ()]); // TODO: remove when dropping support to PHP <8.0
3736$ rules ['trailing_comma_in_multiline ' ] = true ; // TODO: remove when dropping support to PHP <8.0
3837
You can’t perform that action at this time.
0 commit comments