2020-10-24 15:40:36 +07:00
|
|
|
{
|
2021-07-27 08:24:50 +07:00
|
|
|
"name": "mirzaev/accounts",
|
2020-10-24 15:40:36 +07:00
|
|
|
"type": "library",
|
2020-10-25 13:14:50 +07:00
|
|
|
"description": "Менеджер аккаунтов",
|
2020-10-24 15:40:36 +07:00
|
|
|
"keywords": [
|
2021-07-31 17:55:14 +07:00
|
|
|
"accounts"
|
2020-10-24 15:40:36 +07:00
|
|
|
],
|
2021-07-27 08:24:50 +07:00
|
|
|
"homepage": "https://git.hood.su/mirzaev/accounts",
|
2021-07-27 08:38:08 +07:00
|
|
|
"license": "WTFPL",
|
2020-10-24 15:40:36 +07:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arsen Mirzaev",
|
|
|
|
"email": "red@hood.su",
|
|
|
|
"homepage": "https://hood.su/sex",
|
2021-07-27 12:40:04 +07:00
|
|
|
"role": "Programmer"
|
2020-10-24 15:40:36 +07:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
2021-07-27 08:24:50 +07:00
|
|
|
"docs": "https://git.hood.su/mirzaev/accounts/manual",
|
|
|
|
"issues": "https://git.hood.su/mirzaev/accounts/issues",
|
2020-10-25 12:29:13 +07:00
|
|
|
"chat": "https://vk.me/darkweb228"
|
2020-10-24 15:40:36 +07:00
|
|
|
},
|
|
|
|
"require": {
|
2021-07-27 13:09:29 +07:00
|
|
|
"php": "~8.0",
|
2020-10-24 15:40:36 +07:00
|
|
|
"ext-dom": "20031129",
|
|
|
|
"ext-libxml": "^7.4",
|
|
|
|
"guzzlehttp/guzzle": "^7.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpdocumentor/phpdocumentor": ">=2.9",
|
|
|
|
"phpunit/phpunit": "^9"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2021-07-27 08:24:50 +07:00
|
|
|
"mirzaev\\accounts\\": "mirzaev/accounts/system"
|
2020-10-24 15:40:36 +07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2021-07-27 08:24:50 +07:00
|
|
|
"mirzaev\\accounts\\tests\\": "mirzaev/accounts/tests"
|
2020-10-24 15:40:36 +07:00
|
|
|
}
|
2021-07-27 08:24:50 +07:00
|
|
|
}
|
2020-10-24 15:40:36 +07:00
|
|
|
}
|