vk/composer.json

49 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2020-06-06 15:54:47 +07:00
{
2021-07-27 09:00:13 +07:00
"name": "mirzaev/vk",
"type": "framework",
2022-11-07 11:19:43 +07:00
"description": "Framework for vk.com API",
"readme": "README.md",
"keywords": [
"vk",
"api"
],
"homepage": "https://git.mirzaev.sexy/mirzaev/vk",
"license": "WTFPL",
2020-06-06 15:54:47 +07:00
"authors": [
{
"name": "Arsen Mirzaev Tatyano-Muradovich",
2022-10-23 23:55:26 +07:00
"email": "arsen@mirzaev.sexy",
"homepage": "https://mirzaev.sexy/mirzaev",
"role": "Programmer"
2020-06-06 15:54:47 +07:00
}
],
"support": {
"docs": "https://git.mirzaev.sexy/mirzaev/vk/wiki",
"issues": "https://git.mirzaev.sexy/mirzaev/vk/issues"
},
2020-06-06 15:54:47 +07:00
"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"
2020-06-06 15:54:47 +07:00
},
"autoload": {
"psr-4": {
"mirzaev\\vk\\": "mirzaev/vk/system"
}
},
"autoload-dev": {
"psr-4": {
"mirzaev\\vk\\tests\\": "mirzaev/vk/tests"
}
}
}