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
|
|
|
],
|
2022-11-06 06:04:01 +07:00
|
|
|
"homepage": "https://git.mirzaev.sexy/mirzaev/accounts",
|
2021-07-27 08:38:08 +07:00
|
|
|
"license": "WTFPL",
|
2020-10-24 15:40:36 +07:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arsen Mirzaev",
|
2022-11-06 06:04:01 +07:00
|
|
|
"email": "arsen@mirzaev.sexy",
|
2020-10-24 15:40:36 +07:00
|
|
|
"homepage": "https://hood.su/sex",
|
2021-07-27 12:40:04 +07:00
|
|
|
"role": "Programmer"
|
2020-10-24 15:40:36 +07:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
2022-11-06 06:04:01 +07:00
|
|
|
"docs": "https://git.mirzaev.sexy/mirzaev/accounts/manual",
|
|
|
|
"issues": "https://git.mirzaev.sexy/mirzaev/accounts/issues"
|
2020-10-24 15:40:36 +07:00
|
|
|
},
|
|
|
|
"require": {
|
2022-11-06 06:04:01 +07:00
|
|
|
"php": "~8.1",
|
2020-10-24 15:40:36 +07:00
|
|
|
"ext-dom": "20031129",
|
2022-11-06 06:04:01 +07:00
|
|
|
"ext-libxml": "~8.0",
|
2020-10-24 15:40:36 +07:00
|
|
|
"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
|
|
|
}
|