Skip to content

Commit

Permalink
composer.json tweaks
Browse files Browse the repository at this point in the history
Psalm is not a library.

Also updated `composer lint` description.
  • Loading branch information
weirdan committed Aug 30, 2023
1 parent cc7ed95 commit 791e5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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,7 +134,7 @@
"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.",
Expand Down

0 comments on commit 791e5d6

Please sign in to comment.