From 86fd01a2e09a5971e5a0842601c2a198692c939d Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 21 Sep 2023 09:14:05 +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 f26ffcb..db826c7 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ "homepage": "https://github.com/Yoast/PHPUnit-Polyfills", "support": { "issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues", - "source": "https://github.com/Yoast/PHPUnit-Polyfills" + "source": "https://github.com/Yoast/PHPUnit-Polyfills", + "security": "https://github.com/Yoast/PHPUnit-Polyfills/security/policy" }, "require": { "php": ">=5.4",