Skip to content

Commit a384ed8

Browse files
authored
Update dev tools (#796)
1 parent f404973 commit a384ed8

File tree

4 files changed

+91
-92
lines changed

4 files changed

+91
-92
lines changed

.dev-tools/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"require": {
33
"php": "^8.1",
4-
"ergebnis/composer-normalize": "^2.27.0",
5-
"infection/infection": "^0.26.10",
4+
"ergebnis/composer-normalize": "^2.28.1",
5+
"infection/infection": "^0.26.13",
66
"kubawerlos/composer-smaller-lock": "^1.0.0",
77
"kubawerlos/php-cs-fixer-config": "^3.11.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.7.8",
13+
"phpstan/phpstan": "^1.8.0",
1414
"phpstan/phpstan-phpunit": "^1.1.1",
15-
"phpstan/phpstan-strict-rules": "^1.2.3",
16-
"squizlabs/php_codesniffer": "^3.6.2",
17-
"vimeo/psalm": "^4.23.0"
15+
"phpstan/phpstan-strict-rules": "^1.3.0",
16+
"squizlabs/php_codesniffer": "^3.7.1",
17+
"vimeo/psalm": "^4.24.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)