Skip to content

Commit 0e7422d

Browse files
committed
Chore(deps): Updated tool dependencies
1 parent 4c03c8f commit 0e7422d

File tree

17 files changed

+1045
-619
lines changed

17 files changed

+1045
-619
lines changed

tools/02_phpstan/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"php": "^8.4.0"
77
},
88
"require-dev": {
9-
"phpstan/phpstan": "2.1.17",
9+
"phpstan/phpstan": "2.1.21",
1010
"phpstan/phpstan-deprecation-rules": "2.0.3",
11-
"phpstan/phpstan-phpunit": "2.0.6",
12-
"phpstan/phpstan-symfony": "2.0.6",
11+
"phpstan/phpstan-phpunit": "2.0.7",
12+
"phpstan/phpstan-symfony": "2.0.7",
1313
"roave/security-advisories": "dev-latest"
1414
},
1515
"config": {

tools/02_phpstan/composer.lock

Lines changed: 37 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/03_psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"roave/security-advisories": "dev-latest",
1010
"psalm/plugin-phpunit": "0.19.5",
1111
"psalm/plugin-symfony": "5.2.7",
12-
"vimeo/psalm": "6.12.1",
12+
"vimeo/psalm": "6.13.0",
1313
"weirdan/doctrine-psalm-plugin": "2.10.0"
1414
},
1515
"config": {

0 commit comments

Comments
 (0)