Skip to content

Commit 4779f4c

Browse files
committed
Updated tool dependencies
1 parent b68de6b commit 4779f4c

File tree

17 files changed

+482
-360
lines changed

17 files changed

+482
-360
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.14",
10-
"phpstan/phpstan-deprecation-rules": "2.0.2",
9+
"phpstan/phpstan": "2.1.17",
10+
"phpstan/phpstan-deprecation-rules": "2.0.3",
1111
"phpstan/phpstan-phpunit": "2.0.6",
12-
"phpstan/phpstan-symfony": "2.0.4",
12+
"phpstan/phpstan-symfony": "2.0.6",
1313
"roave/security-advisories": "dev-latest"
1414
},
1515
"config": {

tools/02_phpstan/composer.lock

Lines changed: 54 additions & 43 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.10.1",
12+
"vimeo/psalm": "6.11.0",
1313
"weirdan/doctrine-psalm-plugin": "2.10.0"
1414
},
1515
"config": {

tools/03_psalm/composer.lock

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

tools/04_symplify/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"friendsofphp/php-cs-fixer": "3.75.0",
1010
"roave/security-advisories": "dev-latest",
1111
"symplify/config-transformer": "12.4.0",
12-
"symplify/easy-coding-standard": "12.5.16"
12+
"symplify/easy-coding-standard": "12.5.18"
1313
},
1414
"config": {
1515
"allow-plugins": true,

0 commit comments

Comments
 (0)