vk-chat/composer.json

47 lines
1.1 KiB
JSON
Raw Permalink Normal View History

{
"name": "mirzaev/vk-chat",
"description": "Module for mirzaev/vk framework to build a chat robot",
"readme": "README.md",
"keywords": [
"chat",
"vk",
"module"
],
"type": "vk-module",
"license": "WTFPL",
"homepage": "https://git.mirzaev.sexy/mirzaev/vk-chat",
"authors": [
{
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy",
"homepage": "https://mirzaev.sexy",
"role": "Programmer"
}
],
"support": {
"email": "arsen@mirzaev.sexy",
"wiki": "https://git.mirzaev.sexy/mirzaev/vk-chat/wiki",
"issues": "https://git.mirzaev.sexy/mirzaev/vk-chat/issues"
},
"funding": [
{
"type": "funding",
"url": "https://fund.mirzaev.sexy"
}
],
"require": {
2022-11-10 20:21:15 +07:00
"php": "^8.1",
"mirzaev/vk": "^4.5"
},
"autoload": {
"psr-4": {
"mirzaev\\vk\\chat\\": "mirzaev/vk/chat/system"
}
},
"autoload-dev": {
"psr-4": {
"mirzaev\\vk\\chat\\tests\\": "mirzaev/vk/chat/tests"
}
}
}