Skip to content

Commit

Permalink
Merge pull request #41 from driehle/feature/static-analysis
Browse files Browse the repository at this point in the history
Updated scripts in composer.json
  • Loading branch information
driehle authored Nov 5, 2021
2 parents 34af2d9 + 678021e commit 91bb599
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 91bb599

Please sign in to comment.