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