diff --git a/composer.json b/composer.json index a54ba2180..5d1884fb6 100644 --- a/composer.json +++ b/composer.json @@ -139,5 +139,10 @@ "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" } }