vk/composer.json

24 lines
702 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "hood/vk",
"type": "library",
"description": "Набор классов для удобной работы с VK API. Форк SimpleVK от команды hood.su с переработкой под PSR-4 и оптимизацией кода",
"keywords": ["vk","hood", "SimpleVK"],
"homepage": "https://git.hood.su/vk",
"license": "GNU AGPLv3",
"authors": [
{
"name": "Arsen Mirzaev",
"email": "red@hood.su",
"homepage": "http://hood.su/sex",
"role": "Developer"
}
],
"require": {
"php": ">=7.4.0"
},
"autoload": {
"psr-4": {
"VK": "src"
}
}
}