Skip to content

Commit 4d39ff9

Browse files
authored
Merge pull request #24 from tyrsson/bump-deps
Bumps deps and changes the composer script for psalm to sa-set-baseli…
2 parents 871bcfc + a3af3d3 commit 4d39ff9

File tree

3 files changed

+236
-153
lines changed

3 files changed

+236
-153
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,17 @@
6262
"scripts": {
6363
"check": [
6464
"@cs-check",
65-
"@test"
65+
"@static-analysis",
66+
"@test",
67+
"@test-integration"
6668
],
6769
"cs-check": "phpcs",
6870
"cs-fix": "phpcbf",
6971
"test": "phpunit --colors=always --testsuite \"unit test\"",
7072
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
7173
"test-integration": "phpunit --colors=always --testsuite \"integration test\"",
7274
"static-analysis": "psalm --shepherd --stats",
73-
"sa-update-baseline": "psalm --update-baseline",
75+
"sa-set-baseline": "psalm --set-baseline",
7476
"sa-no-baseline": "psalm --shepherd --stats --ignore-baseline",
7577
"upload-coverage": "coveralls -v"
7678
}

0 commit comments

Comments
 (0)