Обновление composer.json

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2022-11-06 09:37:31 +10:00
parent e2e5635cd3
commit 0b236a672c

View File

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