From 0b236a672c186603a2b16c9947bd5b03eac5ed6c Mon Sep 17 00:00:00 2001 From: Mirzaev Date: Sun, 6 Nov 2022 09:37:31 +1000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20composer.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 3eac5dc..205b120 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,8 @@ { "name": "mirzaev/accounts", "type": "library", - "description": "Менеджер аккаунтов", + "description": "Simple accounts manager", + "readme": "README.md", "keywords": [ "accounts" ], @@ -9,16 +10,23 @@ "license": "WTFPL", "authors": [ { - "name": "Arsen Mirzaev", + "name": "Arsen Mirzaev Tatyano-Muradovich", "email": "arsen@mirzaev.sexy", - "homepage": "https://hood.su/sex", + "homepage": "https://mirzaev.sexy", "role": "Programmer" } ], "support": { - "docs": "https://git.mirzaev.sexy/mirzaev/accounts/manual", + "email": "arsen@mirzaev.sexy", + "wiki": "https://git.mirzaev.sexy/mirzaev/accounts/wiki", "issues": "https://git.mirzaev.sexy/mirzaev/accounts/issues" }, + "funding": [ + { + "type": "funding", + "url": "https://fund.mirzaev.sexy" + } + ], "require": { "php": "~8.1", "ext-dom": "20031129",