Skip to content

Commit 0da0983

Browse files
authored
Update dev tools (#881)
1 parent fb53d8b commit 0da0983

File tree

3 files changed

+196
-124
lines changed

3 files changed

+196
-124
lines changed

.dev-tools/composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"type": "project",
33
"require": {
44
"php": "^8.2",
5-
"ergebnis/composer-normalize": "^2.29",
6-
"infection/infection": "^0.26.18",
5+
"ergebnis/composer-normalize": "^2.30.2",
6+
"infection/infection": "^0.26.19",
77
"kubawerlos/composer-smaller-lock": "^1.0.1",
88
"kubawerlos/php-cs-fixer-config": "^3.15",
99
"kubawerlos/types-checker": "^2.2",
1010
"maglnet/composer-require-checker": "^4.5",
1111
"mi-schi/phpmd-extension": "^4.3",
1212
"phpmd/phpmd": "^2.13",
1313
"phpstan/extension-installer": "^1.2",
14-
"phpstan/phpstan": "^1.9.14",
15-
"phpstan/phpstan-phpunit": "^1.3.3",
16-
"phpstan/phpstan-strict-rules": "^1.4.5",
17-
"squizlabs/php_codesniffer": "^3.7.1",
18-
"vimeo/psalm": "^5.6"
14+
"phpstan/phpstan": "^1.10.3",
15+
"phpstan/phpstan-phpunit": "^1.3.10",
16+
"phpstan/phpstan-strict-rules": "^1.5.0",
17+
"squizlabs/php_codesniffer": "^3.7.2",
18+
"vimeo/psalm": "^5.7.7"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)