Skip to content

Commit b4b61f6

Browse files
🛟 Update dev dependencies
1 parent 1ef339a commit b4b61f6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@
3434
}
3535
},
3636
"require-dev": {
37-
"friendsofphp/php-cs-fixer": "^3.57",
38-
"phpstan/phpstan": "^1.11",
39-
"rector/rector": "^1.1",
4037
"phpunit/phpunit": "^10.5",
41-
"phpstan/phpstan-phpunit": "^1.3",
42-
"phpstan/extension-installer": "^1.3",
43-
"szepeviktor/phpstan-wordpress": "^1.3",
44-
"roots/wordpress": "^6.5"
38+
"roots/wordpress": "^6.5",
39+
"phpstan/phpstan": "^2.0",
40+
"rector/rector": "^2.0",
41+
"friendsofphp/php-cs-fixer": "^3.69",
42+
"phpstan/extension-installer": "^1.4",
43+
"szepeviktor/phpstan-wordpress": "^2.0",
44+
"phpstan/phpstan-phpunit": "^2.0"
4545
},
4646
"config": {
4747
"allow-plugins": {
48-
"phpstan/extension-installer": true,
49-
"roots/wordpress-core-installer": true
48+
"roots/wordpress-core-installer": true,
49+
"phpstan/extension-installer": true
5050
}
5151
},
5252
"extra": {

0 commit comments

Comments
 (0)