edit composer

This commit is contained in:
alf 2022-01-09 19:14:16 +03:00
parent cb22d08cad
commit a5121f77e2
1 changed files with 9 additions and 2 deletions

View File

@ -2,9 +2,9 @@
"name": "alfnru/password_recovery", "name": "alfnru/password_recovery",
"type": "roundcube-plugin", "type": "roundcube-plugin",
"description": "Plugin that adds functionality so that a user can create a new password if the original is lost.", "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", "version": "1.0",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/AlfnRU/roundcube-password_recovery/",
"authors": [ "authors": [
{ {
"name": "Alexander Alferov", "name": "Alexander Alferov",
@ -12,6 +12,13 @@
"role": "Developer" "role": "Developer"
} }
], ],
"keywords": [
"login",
"authentication",
"security",
"password",
"recovery"
],
"repositories": [ "repositories": [
{ {
"type": "composer", "type": "composer",