From 09ed9b013fb7208ab7081d3aa683a993f49bb22c Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 20 Feb 2023 13:38:31 +0100 Subject: [PATCH] DX: Add composer keywords --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 2bd8a28a..cb3a1943 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,10 @@ "description": "This tool check syntax of PHP files about 20x faster than serial check.", "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint", "license": "BSD-2-Clause", + "keywords": [ + "lint", + "static analysis" + ], "authors": [ { "name": "Jakub Onderka",