Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Oct 22, 2024
1 parent 1edd435 commit edd0ba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"ext-simplexml": "Required if you want the error handlers to be able to serve XML"
},
"scripts": {
"phpunit": "phpunit",
"phpunit": "phpunit --display-incomplete --display-skipped --display-deprecations --display-errors --display-notices --display-warning",
"phpstan": "phpstan analyze src --no-progress --memory-limit=-1 -c phpstan.neon",
"qa": [
"@phpstan",
"@phpunit"
"@phpunit",
"@phpstan"
]
}
}

0 comments on commit edd0ba0

Please sign in to comment.