2020-10-24 15:40:36 +07:00
|
|
|
{
|
|
|
|
"name": "hood/accounts",
|
|
|
|
"type": "library",
|
2020-10-25 13:14:50 +07:00
|
|
|
"description": "Менеджер аккаунтов",
|
2020-10-24 15:40:36 +07:00
|
|
|
"keywords": [
|
|
|
|
"hood",
|
2020-10-25 12:29:13 +07:00
|
|
|
"accounts",
|
|
|
|
"vk"
|
2020-10-24 15:40:36 +07:00
|
|
|
],
|
|
|
|
"homepage": "https://git.hood.su/hood/accounts",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arsen Mirzaev",
|
|
|
|
"email": "red@hood.su",
|
|
|
|
"homepage": "https://hood.su/sex",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"docs": "https://git.hood.su/hood/accounts/manual",
|
|
|
|
"issues": "https://git.hood.su/hood/accounts/issues",
|
2020-10-25 12:29:13 +07:00
|
|
|
"chat": "https://vk.me/darkweb228"
|
2020-10-24 15:40:36 +07:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.4.0",
|
|
|
|
"ext-dom": "20031129",
|
|
|
|
"ext-libxml": "^7.4",
|
|
|
|
"guzzlehttp/guzzle": "^7.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpdocumentor/phpdocumentor": ">=2.9",
|
|
|
|
"phpunit/phpunit": "^9"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"hood\\accounts\\": "hood/accounts/system"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"hood\\accounts\\tests\\": "hood/accounts/tests"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "Hood",
|
|
|
|
"url": "https://git.hood.su/hood/accounts/thanks"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|