Skip to content

Commit

Permalink
Added script for Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
ljfreelancer88 committed Jul 6, 2023
1 parent 6e1c695 commit ba9e641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
"psalm": "vendor/bin/psalm"

},
"config": {
Expand Down

0 comments on commit ba9e641

Please sign in to comment.