Skip to content

Commit

Permalink
Update composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Nov 3, 2022
1 parent d114a3d commit b62e500
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,14 @@
"scripts": {
"check": [
"@cs-check",
"@test"
"@test",
"psalm"
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-html build/report"
"test-coverage": "phpunit --colors=always --coverage-html build/report",
"static-analysis": "psalm --shepherd --stats"
},
"extra": {
"laminas": {
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b62e500

Please sign in to comment.