Skip to content

Commit 599e483

Browse files
committed
ci(composer): Add PHPStan dependency to composer.json
- Include PHPStan as a new dependency for static analysis - This change enhances code quality checks by integrating PHPStan - Allows for better detection of potential issues in the codebase
1 parent 0b24a09 commit 599e483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
"@test",
156156
"@test-type-coverage",
157157
"@psalm",
158+
"@phpstan",
158159
"@rector-dry-run"
159160
],
160161
"composer-bin-all-update": "@composer bin all update --ansi -v",

0 commit comments

Comments
 (0)