45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "mirzaev/vk",
|
|
"type": "framework",
|
|
"description": "PHP-фреймворк ВКонтакте",
|
|
"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.x-dev",
|
|
"monolog/monolog": "~1.6",
|
|
"jasny/error-handler": "~0.2",
|
|
"guzzlehttp/guzzle": "~7.5"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~9.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mirzaev\\vk\\": "mirzaev/vk/system"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"mirzaev\\vk\\tests\\": "mirzaev/vk/tests"
|
|
}
|
|
}
|
|
}
|