Первая фиксация изменений
This commit is contained in:
55
composer.json
Normal file
55
composer.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"name": "hood/accounts",
|
||||
"type": "library",
|
||||
"description": "\u0424\u0440\u0435\u0439\u043c\u0432\u043e\u0440\u043a \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 VK API",
|
||||
"keywords": [
|
||||
"vk",
|
||||
"hood",
|
||||
"accounts"
|
||||
],
|
||||
"homepage": "https://git.hood.su/hood/accounts",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Arsen Mirzaev",
|
||||
"email": "red@hood.su",
|
||||
"homepage": "https://hood.su/sex",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"docs": "https://git.hood.su/hood/accounts/manual",
|
||||
"issues": "https://git.hood.su/hood/accounts/issues",
|
||||
"chat": "https://vk.com/cyberhybrid"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.4.0",
|
||||
"ext-dom": "20031129",
|
||||
"ext-libxml": "^7.4",
|
||||
"guzzlehttp/guzzle": "^7.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpdocumentor/phpdocumentor": ">=2.9",
|
||||
"phpunit/phpunit": "^9"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"hood\\accounts\\": "hood/accounts/system"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"hood\\accounts\\tests\\": "hood/accounts/tests"
|
||||
}
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "Hood",
|
||||
"url": "https://git.hood.su/hood/accounts/thanks"
|
||||
},
|
||||
{
|
||||
"type": "Evil Alliance",
|
||||
"url": "https://vk.com/darkweb228"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user