{ "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": { "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" } } }