From 73715827d6e7c16dc08802e9efd76bb515597cf8 Mon Sep 17 00:00:00 2001 From: RedHood Date: Thu, 21 Jan 2021 19:19:13 +1000 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D0=BA?= =?UTF-8?q?=20=D0=B2=20composer.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 34babcf..b3a4810 100644 --- a/composer.json +++ b/composer.json @@ -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" - } - ] + } }