Skip to content

Commit bd19797

Browse files
authored
Update dev tools (except symfony/finder) (#713)
1 parent 1f07698 commit bd19797

File tree

2 files changed

+155
-211
lines changed

2 files changed

+155
-211
lines changed

.dev-tools/composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
22
"require": {
33
"php": "^8.1",
4-
"ergebnis/composer-normalize": "^2.17.0",
5-
"infection/infection": "^0.25.3",
4+
"ergebnis/composer-normalize": "^2.18.0",
5+
"infection/infection": "^0.25.5",
66
"kubawerlos/composer-smaller-lock": "^1.0.0",
7-
"kubawerlos/php-cs-fixer-config": "^3.4.0",
8-
"kubawerlos/types-checker": "^2.1.0",
9-
"maglnet/composer-require-checker": "^3.6.0",
7+
"kubawerlos/php-cs-fixer-config": "^3.6.0",
8+
"kubawerlos/types-checker": "^2.2.0",
9+
"maglnet/composer-require-checker": "^4.0.0",
1010
"mi-schi/phpmd-extension": "^4.3.0",
11-
"phpmd/phpmd": "^2.11.0",
11+
"phpmd/phpmd": "^2.11.1",
1212
"phpstan/extension-installer": "^1.1.0",
1313
"phpstan/phpstan": "^1.2.0",
1414
"phpstan/phpstan-phpunit": "^1.0.0",
1515
"phpstan/phpstan-strict-rules": "^1.1.0",
16-
"squizlabs/php_codesniffer": "^3.6.1",
17-
"vimeo/psalm": "^4.14.0"
16+
"squizlabs/php_codesniffer": "^3.6.2",
17+
"symfony/finder": "^5.4.0",
18+
"vimeo/psalm": "^4.15.0"
1819
},
1920
"autoload": {
2021
"psr-4": {

0 commit comments

Comments
 (0)