From f7eac34483734d6dda24d0f81ef54d624619bd29 Mon Sep 17 00:00:00 2001 From: Mirzaev Date: Thu, 27 Oct 2022 15:53:54 +1000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=D1=81=D0=B0=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D0=B0=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 6e3d70d..08e6607 100644 --- a/composer.json +++ b/composer.json @@ -1,24 +1,24 @@ { "name": "mirzaev/vk", "type": "framework", - "description": "Фреймворк VK API", + "description": "PHP-фреймворк ВКонтакте", "keywords": [ "vk", "api" ], - "homepage": "https://git.hood.su/mirzaev/vk", + "homepage": "https://git.mirzaev.sexy/mirzaev/vk", "license": "WTFPL", "authors": [ { "name": "Arsen Mirzaev Tatyano-Muradovich", "email": "arsen@mirzaev.sexy", - "homepage": "https://hood.su/mirzaev", + "homepage": "https://mirzaev.sexy/mirzaev", "role": "Programmer" } ], "support": { - "docs": "https://git.hood.su/mirzaev/vk/manual", - "issues": "https://git.hood.su/mirzaev/vk/issues" + "docs": "https://git.mirzaev.sexy/mirzaev/vk/wiki", + "issues": "https://git.mirzaev.sexy/mirzaev/vk/issues" }, "require": { "php": "~8.1",