From a5121f77e236cd7a4a98d0123ea77d9c04d550d9 Mon Sep 17 00:00:00 2001 From: alf Date: Sun, 9 Jan 2022 19:14:16 +0300 Subject: [PATCH] edit composer --- composer.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7710260..9e500f4 100644 --- a/composer.json +++ b/composer.json @@ -2,9 +2,9 @@ "name": "alfnru/password_recovery", "type": "roundcube-plugin", "description": "Plugin that adds functionality so that a user can create a new password if the original is lost.", - "homepage": "https://github.com/AlfnRU/roundcube-password_recovery/", - "license": "GPL-3.0-or-later", "version": "1.0", + "license": "GPL-3.0-or-later", + "homepage": "https://github.com/AlfnRU/roundcube-password_recovery/", "authors": [ { "name": "Alexander Alferov", @@ -12,6 +12,13 @@ "role": "Developer" } ], + "keywords": [ + "login", + "authentication", + "security", + "password", + "recovery" + ], "repositories": [ { "type": "composer",