Skip to content

Commit 1ea6bf7

Browse files
committed
Upgrade min required package versions
1 parent f69c38d commit 1ea6bf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
],
3333
"require": {
3434
"php": ">=8.0",
35-
"friendsofphp/php-cs-fixer": "^3.2"
35+
"friendsofphp/php-cs-fixer": "^3.9.2"
3636
},
3737
"require-dev": {
3838
"ext-xdebug": "*",
39-
"ergebnis/composer-normalize": "^2.15",
40-
"phpmd/phpmd": "^2.10",
41-
"phpstan/phpstan": "^0.12",
39+
"ergebnis/composer-normalize": "^2.28",
40+
"phpmd/phpmd": "^2.12",
41+
"phpstan/phpstan": "^1.8",
4242
"phpunit/phpunit": "^9.5"
4343
},
4444
"minimum-stability": "dev",

0 commit comments

Comments
 (0)