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": [
"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/"
}
}
}