49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "mirzaev/vk",
|
|
"type": "framework",
|
|
"description": "Framework for vk.com API",
|
|
"readme": "README.md",
|
|
"keywords": [
|
|
"vk",
|
|
"api"
|
|
],
|
|
"homepage": "https://git.mirzaev.sexy/mirzaev/vk",
|
|
"license": "WTFPL",
|
|
"authors": [
|
|
{
|
|
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
|
"email": "arsen@mirzaev.sexy",
|
|
"homepage": "https://mirzaev.sexy/mirzaev",
|
|
"role": "Programmer"
|
|
}
|
|
],
|
|
"support": {
|
|
"docs": "https://git.mirzaev.sexy/mirzaev/vk/wiki",
|
|
"issues": "https://git.mirzaev.sexy/mirzaev/vk/issues"
|
|
},
|
|
"require": {
|
|
"php": "^8.1",
|
|
"psr/log": "^1.0",
|
|
"mirzaev/accounts": "^1.2.0",
|
|
"monolog/monolog": "^1.6",
|
|
"jasny/error-handler": "^0.2",
|
|
"guzzlehttp/guzzle": "^7.5"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"suggest": {
|
|
"ext-sodium": "Can be selected in some conditions to increase security"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mirzaev\\vk\\": "mirzaev/vk/system"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"mirzaev\\vk\\tests\\": "mirzaev/vk/tests"
|
|
}
|
|
}
|
|
}
|