Skip to content

Commit 77dbeee

Browse files
authored
Update dev tools (#784)
1 parent 9b83481 commit 77dbeee

File tree

5 files changed

+19
-18
lines changed

5 files changed

+19
-18
lines changed

.dev-tools/composer-require-checker.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"bool",
3838
"false",
3939
"int",
40+
"iterable",
4041
"null",
4142
"self",
4243
"static",

.dev-tools/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"require": {
33
"php": "^8.1",
44
"ergebnis/composer-normalize": "^2.26.0",
5-
"infection/infection": "^0.26.8",
5+
"infection/infection": "^0.26.10",
66
"kubawerlos/composer-smaller-lock": "^1.0.0",
77
"kubawerlos/php-cs-fixer-config": "^3.10.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": "^2.12.0",
1212
"phpstan/extension-installer": "^1.1.0",
13-
"phpstan/phpstan": "^1.6.4",
13+
"phpstan/phpstan": "^1.6.8",
1414
"phpstan/phpstan-phpunit": "^1.1.1",
15-
"phpstan/phpstan-strict-rules": "^1.2.2",
15+
"phpstan/phpstan-strict-rules": "^1.2.3",
1616
"squizlabs/php_codesniffer": "^3.6.2",
1717
"vimeo/psalm": "^4.23.0"
1818
},

.dev-tools/composer.lock

Lines changed: 13 additions & 13 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,5 @@
175175
"YieldValue": true,
176176
"Yield_": true
177177
},
178-
"bootstrap": "../vendor/autoload.php"
178+
"bootstrap": "./autoload.php"
179179
}

.dev-tools/src/InfectionConfigBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function build(): array
5353
'customPath' => '../vendor/phpunit/phpunit/phpunit',
5454
],
5555
'mutators' => [],
56-
'bootstrap' => '../vendor/autoload.php',
56+
'bootstrap' => './autoload.php',
5757
];
5858

5959
$mutators = \array_keys(ProfileList::ALL_MUTATORS);

0 commit comments

Comments
 (0)