From 3435db3261f286b2ece632c81a49abd415361fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Mon, 4 Sep 2023 15:11:41 -0300 Subject: [PATCH] Add security link to composer.json file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://getcomposer.org/doc/04-schema.md#support Signed-off-by: MaurĂ­cio Meneghini Fauth --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 68c784e372..8bca1b16a8 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ "keywords": ["phpmyadmin","mysql","web"], "homepage": "https://www.phpmyadmin.net/", "support": { + "security": "https://www.phpmyadmin.net/security/", "forum": "https://www.phpmyadmin.net/support/", "issues": "https://github.com/phpmyadmin/phpmyadmin/issues", "wiki": "https://wiki.phpmyadmin.net/",