Skip to content

Commit

Permalink
Merge pull request #10161 from weirdan/composer.json-tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Sep 3, 2023
2 parents d7ba2cc + ca967bc commit 8362cc6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vimeo/psalm",
"type": "library",
"type": "project",
"description": "A static analysis tool for finding errors in PHP applications",
"keywords": [
"php",
Expand Down Expand Up @@ -134,10 +134,15 @@
"scripts-descriptions": {
"cs": "Checks that the code conforms to the coding standard.",
"cs-fix": "Automatically correct coding standard violations.",
"lint": "Runs unit tests.",
"lint": "Lint php files.",
"phpunit": "Runs unit tests in parallel.",
"phpunit-std": "Runs unit tests.",
"psalm": "Runs static analysis.",
"tests": "Runs all available tests."
},
"support": {
"docs": "https://psalm.dev/docs",
"issues": "https://github.com/vimeo/psalm/issues",
"source": "https://github.com/vimeo/psalm"
}
}

0 comments on commit 8362cc6

Please sign in to comment.