Skip to content

Commit e89438d

Browse files
committed
Add psalm to composer scripts
1 parent 98dd6eb commit e89438d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"scripts": {
7676
"test": "phpunit",
7777
"lint": "php-cs-fixer fix --show-progress=dots",
78-
"lint:ci": "php-cs-fixer fix --dry-run -v --show-progress=dots --diff"
78+
"lint:ci": "php-cs-fixer fix --dry-run -v --show-progress=dots --diff",
79+
"analyze": "psalm"
7980
}
8081
}

0 commit comments

Comments
 (0)