From 65e5df97f1715b6329733949ccd8db33bfe51795 Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Fri, 1 Mar 2024 03:24:08 +0300 Subject: [PATCH] Change composer.lock update dependencies --- composer.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index cada9e4..71e25e4 100755 --- a/composer.json +++ b/composer.json @@ -5,16 +5,18 @@ "keywords": [ "telegram", "bot", + "php", + "php telegram bot", "voice chat started", "voice chat ended", "video chat started", "video chat ended" ], "license": "MIT", - "homepage": "https://github.com/webmasterskaya/tbc-remove-voice-video-chat-messages", + "homepage": "https://git.webmasterskaya.xyz/tbc/tbc-remove-voice-video-chat-messages", "support": { - "issues": "https://github.com/webmasterskaya/tbc-remove-voice-video-chat-messages/issues", - "source": "https://github.com/webmasterskaya/tbc-remove-voice-video-chat-messages" + "issues": "https://git.webmasterskaya.xyz/tbc/tbc-remove-voice-video-chat-messages/issues", + "source": "https://git.webmasterskaya.xyz/tbc/tbc-remove-voice-video-chat-messages" }, "authors": [ { @@ -25,12 +27,12 @@ } ], "require": { - "php": "^7.4|^8.0", - "longman/telegram-bot": "^0.79.0" + "php": "^7.3|^8.0", + "longman/telegram-bot": "^0.82.0" }, "autoload": { "psr-4": { - "Webmasterskaya\\TelegramBotCommands\\": "src" + "Webmasterskaya\\TelegramBotCommands\\": "src/" } } }