Исправление ошибок в composer.json
This commit is contained in:
parent
5e718b6c41
commit
73715827d6
|
@ -1,33 +1,37 @@
|
|||
{
|
||||
"name": "hood/vk",
|
||||
"type": "library",
|
||||
"type": "framework",
|
||||
"description": "Фреймворк VK API",
|
||||
"keywords": [
|
||||
"vk",
|
||||
"hood",
|
||||
"api"
|
||||
"api",
|
||||
"hood"
|
||||
],
|
||||
"homepage": "https://git.hood.su/vk",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Arsen Mirzaev",
|
||||
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
||||
"email": "red@hood.su",
|
||||
"homepage": "https://hood.su/sex",
|
||||
"role": "Developer"
|
||||
"homepage": "https://hood.su/mirzaev",
|
||||
"role": "Programmer"
|
||||
},
|
||||
{
|
||||
"name": "Konstantin Tarashchansky Eleno-Borisovich",
|
||||
"homepage": "https://hood.su/flower_studios",
|
||||
"role": "Programmer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"docs": "https://git.hood.su/hood/vk/manual",
|
||||
"issues": "https://git.hood.su/hood/vk/issues",
|
||||
"chat": "https://vk.me/darkweb228"
|
||||
"issues": "https://git.hood.su/hood/vk/issues"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.4.0",
|
||||
"psr/log": "1.*",
|
||||
"php": "~8.0",
|
||||
"psr/log": "^1.0",
|
||||
"monolog/monolog": ">=1.6",
|
||||
"jasny/error-handler": "^0.2.0",
|
||||
"hood/accounts": "^0.0.2",
|
||||
"hood/accounts": "0.*",
|
||||
"guzzlehttp/guzzle": "^7.2"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -43,11 +47,5 @@
|
|||
"psr-4": {
|
||||
"hood\\vk\\tests\\": "hood/vk/tests"
|
||||
}
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "Hood",
|
||||
"url": "https://git.hood.su/vk/thanks"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue