Skip to content

Commit a26728c

Browse files
committed
Bump dependencies
1 parent 410526f commit a26728c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
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,

src/CodeIgniter4.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)