Skip to content

Commit a04d7af

Browse files
committed
Improve DX: add more composer scripts
1 parent d8ecb56 commit a04d7af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml src",
6767
"phpstan": "vendor/bin/phpstan --level=0 --no-progress analyse --configuration phpstan.neon --memory-limit 2G",
6868
"psalm": "vendor/bin/psalm",
69+
"sa": "@psalm",
70+
"sa:bl": "@psalm --set-baseline=psalm-baseline.xml",
6971
"test": "vendor/bin/phpunit"
7072
}
7173
}

0 commit comments

Comments
 (0)