Skip to content

Commit 3620443

Browse files
authored
Bump dev packages (#6568)
1 parent 5e50b8a commit 3620443

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
-
2929
name: 'PHPStan'
30-
run: vendor/bin/phpstan analyse --ansi --error-format symplify
30+
run: vendor/bin/phpstan analyse --ansi
3131

3232
-
3333
name: 'Commented Code'

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848
"phpstan/phpstan-deprecation-rules": "^2.0",
4949
"phpstan/phpstan-phpunit": "^2.0",
5050
"phpstan/phpstan-webmozart-assert": "^2.0",
51-
"phpunit/phpunit": "^11.4",
51+
"phpunit/phpunit": "^11.5",
5252
"rector/release-notes-generator": "^0.3.0",
53-
"rector/swiss-knife": "^0.2.16",
53+
"rector/swiss-knife": "^2.0",
5454
"rector/type-perfect": "^2.0",
5555
"shipmonk/composer-dependency-analyser": "^1.8",
56-
"symplify/easy-coding-standard": "^12.3",
56+
"symplify/easy-coding-standard": "^12.5",
5757
"symplify/phpstan-extensions": "^12.0",
58-
"symplify/phpstan-rules": "^14.0.2",
58+
"symplify/phpstan-rules": "^14.0",
5959
"symplify/rule-doc-generator": "^12.2.5",
6060
"symplify/vendor-patches": "^11.3",
61-
"tomasvotruba/class-leak": "^1.1.2",
61+
"tomasvotruba/class-leak": "^2.0",
6262
"tracy/tracy": "^2.9"
6363
},
6464
"replace": {
@@ -110,7 +110,7 @@
110110
],
111111
"check-cs": "vendor/bin/ecs check --ansi",
112112
"fix-cs": "vendor/bin/ecs check --fix --ansi",
113-
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify --memory-limit=512M",
113+
"phpstan": "vendor/bin/phpstan analyse --ansi --memory-limit=512M",
114114
"docs": "vendor/bin/rule-doc-generator validate rules",
115115
"rector": "bin/rector process --ansi",
116116
"preload": "php build/build-preload.php .",

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ parameters:
66
level: 8
77

88
reportUnmatchedIgnoredErrors: false
9+
errorFormat: symplify
910

1011
# requires exact closure types
1112
checkMissingCallableSignature: true

0 commit comments

Comments
 (0)