File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2121 "require" : {
2222 "php" : " ^8.1" ,
2323 "ext-tokenizer" : " *" ,
24- "friendsofphp/php-cs-fixer" : " ^3.76 " ,
25- "nexusphp/cs-config" : " ^3.26 "
24+ "friendsofphp/php-cs-fixer" : " ^3.92 " ,
25+ "nexusphp/cs-config" : " ^3.27 "
2626 },
2727 "require-dev" : {
28- "nexusphp/tachycardia" : " ^2.3 " ,
29- "phpstan/phpstan" : " ^2.0 " ,
30- "phpunit/phpunit" : " ^10.5 || ^11.2 "
28+ "nexusphp/tachycardia" : " ^2.4 " ,
29+ "phpstan/phpstan" : " ^2.1 " ,
30+ "phpunit/phpunit" : " ^10.5 || ^11.5 "
3131 },
3232 "minimum-stability" : " dev" ,
3333 "prefer-stable" : true ,
Original file line number Diff line number Diff line change @@ -428,6 +428,7 @@ public function __construct()
428428 'php_unit_test_case_static_method_calls ' => [
429429 'call_type ' => 'this ' ,
430430 'methods ' => [],
431+ 'target ' => '10.0 ' ,
431432 ],
432433 'php_unit_test_class_requires_covers ' => false ,
433434 'phpdoc_add_missing_param_annotation ' => ['only_untyped ' => true ],
@@ -679,6 +680,7 @@ public function __construct()
679680 ],
680681 'string_length_to_empty ' => true ,
681682 'string_line_ending ' => true ,
683+ 'stringable_for_to_string ' => false ,
682684 'switch_case_semicolon_to_colon ' => true ,
683685 'switch_case_space ' => true ,
684686 'switch_continue_to_break ' => true ,
You can’t perform that action at this time.
0 commit comments