Files
tangmo_trans_bot/composer.json
2025-06-19 02:36:00 +00:00

16 lines
295 B
JSON

{
"name": "tangmo/trans-bot",
"type": "project",
"require": {
"php": ">=8.1",
"deeplcom/deepl-php": "^1.12",
"longman/telegram-bot": "*",
"lucadevelop/telegram-entities-decoder": "^1.3"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}