Change composer.lock update dependencies

This commit is contained in:
Artem Vasilev 2024-03-01 03:24:08 +03:00
parent 8583a86575
commit 65e5df97f1

View File

@ -5,16 +5,18 @@
"keywords": [ "keywords": [
"telegram", "telegram",
"bot", "bot",
"php",
"php telegram bot",
"voice chat started", "voice chat started",
"voice chat ended", "voice chat ended",
"video chat started", "video chat started",
"video chat ended" "video chat ended"
], ],
"license": "MIT", "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": { "support": {
"issues": "https://github.com/webmasterskaya/tbc-remove-voice-video-chat-messages/issues", "issues": "https://git.webmasterskaya.xyz/tbc/tbc-remove-voice-video-chat-messages/issues",
"source": "https://github.com/webmasterskaya/tbc-remove-voice-video-chat-messages" "source": "https://git.webmasterskaya.xyz/tbc/tbc-remove-voice-video-chat-messages"
}, },
"authors": [ "authors": [
{ {
@ -25,12 +27,12 @@
} }
], ],
"require": { "require": {
"php": "^7.4|^8.0", "php": "^7.3|^8.0",
"longman/telegram-bot": "^0.79.0" "longman/telegram-bot": "^0.82.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Webmasterskaya\\TelegramBotCommands\\": "src" "Webmasterskaya\\TelegramBotCommands\\": "src/"
} }
} }
} }