Skip to content

Commit 8e20e24

Browse files
authored
Update dev tools (#740)
1 parent fe1923f commit 8e20e24

File tree

3 files changed

+141
-129
lines changed

3 files changed

+141
-129
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.23.0",
5-
"infection/infection": "^0.26.1",
4+
"ergebnis/composer-normalize": "^2.23.1",
5+
"infection/infection": "^0.26.4",
66
"kubawerlos/composer-smaller-lock": "^1.0.0",
7-
"kubawerlos/php-cs-fixer-config": "^3.6.0",
7+
"kubawerlos/php-cs-fixer-config": "^3.7.0",
88
"kubawerlos/types-checker": "^2.2.0",
99
"maglnet/composer-require-checker": "^4.0.0",
1010
"mi-schi/phpmd-extension": "^4.3.0",
11-
"phpmd/phpmd": "^2.11.1",
11+
"phpmd/phpmd": "dev-master as 2.12.0",
1212
"phpstan/extension-installer": "^1.1.0",
13-
"phpstan/phpstan": "^1.4.0",
13+
"phpstan/phpstan": "^1.4.5",
1414
"phpstan/phpstan-phpunit": "^1.0.0",
1515
"phpstan/phpstan-strict-rules": "^1.1.0",
1616
"squizlabs/php_codesniffer": "^3.6.2",
17-
"vimeo/psalm": "^4.18.1"
17+
"vimeo/psalm": "^4.20.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)