Skip to content

Commit

Permalink
Bump dev packages (#6568)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba authored Dec 12, 2024
1 parent 5e50b8a commit 3620443
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

-
name: 'PHPStan'
run: vendor/bin/phpstan analyse --ansi --error-format symplify
run: vendor/bin/phpstan analyse --ansi

-
name: 'Commented Code'
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-webmozart-assert": "^2.0",
"phpunit/phpunit": "^11.4",
"phpunit/phpunit": "^11.5",
"rector/release-notes-generator": "^0.3.0",
"rector/swiss-knife": "^0.2.16",
"rector/swiss-knife": "^2.0",
"rector/type-perfect": "^2.0",
"shipmonk/composer-dependency-analyser": "^1.8",
"symplify/easy-coding-standard": "^12.3",
"symplify/easy-coding-standard": "^12.5",
"symplify/phpstan-extensions": "^12.0",
"symplify/phpstan-rules": "^14.0.2",
"symplify/phpstan-rules": "^14.0",
"symplify/rule-doc-generator": "^12.2.5",
"symplify/vendor-patches": "^11.3",
"tomasvotruba/class-leak": "^1.1.2",
"tomasvotruba/class-leak": "^2.0",
"tracy/tracy": "^2.9"
},
"replace": {
Expand Down Expand Up @@ -110,7 +110,7 @@
],
"check-cs": "vendor/bin/ecs check --ansi",
"fix-cs": "vendor/bin/ecs check --fix --ansi",
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify --memory-limit=512M",
"phpstan": "vendor/bin/phpstan analyse --ansi --memory-limit=512M",
"docs": "vendor/bin/rule-doc-generator validate rules",
"rector": "bin/rector process --ansi",
"preload": "php build/build-preload.php .",
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ parameters:
level: 8

reportUnmatchedIgnoredErrors: false
errorFormat: symplify

# requires exact closure types
checkMissingCallableSignature: true
Expand Down

0 comments on commit 3620443

Please sign in to comment.