diff --git a/composer.json b/composer.json index fcce61b5bb8..a54ba2180d5 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "vimeo/psalm", - "type": "library", + "type": "project", "description": "A static analysis tool for finding errors in PHP applications", "keywords": [ "php", @@ -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.",