From c99c9cec30ebdb882cfa3f977c35d94dea9b8774 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 21 Sep 2023 09:15:48 +0200 Subject: [PATCH] Composer.json: add link to security policy This is a new feature available since Composer 2.6.0, which was released a few weeks ago. When this key is added, it will also show a link to the security policy on Packagist. Refs: * https://github.com/composer/composer/releases/tag/2.6.0 * https://github.com/composer/composer/pull/11271 * https://github.com/composer/packagist/pull/1353 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a1876f9..3f48e51 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,8 @@ "homepage": "https://github.com/Yoast/whip", "support": { "issues": "https://github.com/Yoast/whip/issues", - "source": "https://github.com/Yoast/whip" + "source": "https://github.com/Yoast/whip", + "security": "https://yoast.com/security-program/" }, "require": { "php": ">=5.3"