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:
parent
cc7ed9586e
commit
791e5d65b5
@ -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.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user