1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00

composer.json tweaks

Psalm is not a library.

Also updated `composer lint` description.
This commit is contained in:
Bruce Weirdan 2023-08-30 07:37:29 +02:00
parent cc7ed9586e
commit 791e5d65b5
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -1,6 +1,6 @@
{ {
"name": "vimeo/psalm", "name": "vimeo/psalm",
"type": "library", "type": "project",
"description": "A static analysis tool for finding errors in PHP applications", "description": "A static analysis tool for finding errors in PHP applications",
"keywords": [ "keywords": [
"php", "php",
@ -134,7 +134,7 @@
"scripts-descriptions": { "scripts-descriptions": {
"cs": "Checks that the code conforms to the coding standard.", "cs": "Checks that the code conforms to the coding standard.",
"cs-fix": "Automatically correct coding standard violations.", "cs-fix": "Automatically correct coding standard violations.",
"lint": "Runs unit tests.", "lint": "Lint php files.",
"phpunit": "Runs unit tests in parallel.", "phpunit": "Runs unit tests in parallel.",
"phpunit-std": "Runs unit tests.", "phpunit-std": "Runs unit tests.",
"psalm": "Runs static analysis.", "psalm": "Runs static analysis.",