Skip to content

Commit

Permalink
updated scripts in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
driehle committed Nov 5, 2021
1 parent 34af2d9 commit 678021e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,14 @@
"scripts": {
"check": [
"@cs-check",
"@phpstan",
"@psalm",
"@test"
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"phpstan": "phpstan analyse",
"psalm": "psalm --stats",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover=coverage.xml"
}
Expand Down

0 comments on commit 678021e

Please sign in to comment.