Skip to content

Commit 7df724a

Browse files
authored
Update dev tools (#1006)
1 parent c63f80c commit 7df724a

File tree

3 files changed

+85
-39
lines changed

3 files changed

+85
-39
lines changed

.dev-tools/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"require": {
44
"php": "^8.4",
55
"ergebnis/composer-normalize": "^2.45",
6-
"infection/infection": "^0.29.12",
6+
"infection/infection": "^0.29.14",
77
"kubawerlos/composer-smaller-lock": "^1.1.0",
8-
"kubawerlos/php-cs-fixer-config": "^4.5",
8+
"kubawerlos/php-cs-fixer-config": "^4.6",
99
"mi-schi/phpmd-extension": "^4.3",
1010
"phpmd/phpmd": "^2.15",
1111
"phpstan/extension-installer": "^1.4.3",
12-
"phpstan/phpstan": "^2.1.6",
12+
"phpstan/phpstan": "^2.1.8",
1313
"phpstan/phpstan-phpunit": "^2.0.4",
1414
"phpstan/phpstan-strict-rules": "^2.0.3",
1515
"shipmonk/composer-dependency-analyser": "^1.8.2",

.dev-tools/composer.lock

Lines changed: 80 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.dev-tools/infection.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"mutators": {
2121
"ArrayAll": true,
2222
"ArrayAny": true,
23+
"ArrayFind": true,
24+
"ArrayFindKey": true,
2325
"ArrayItem": true,
2426
"ArrayItemRemoval": {
2527
"settings": {

0 commit comments

Comments
 (0)