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",