From 5a0b04d2d88bf9c37ff41f66b116a4c7b46192c5 Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Wed, 24 Aug 2022 17:16:50 +0100 Subject: [PATCH] Update composer.json keywords As per https://getcomposer.org/doc/04-schema.md#keywords by including "static analysis", then later versions of Composer will prompt users if the package is installed with `composer require` instead of `composer require-dev`. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 69cc2f44..bab249fe 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,7 @@ "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions", "keywords": [ "phpcs", + "static analysis", "standards", "WordPress" ],