Files
tangmo_trans_bot/composer.json
2025-04-04 01:02:00 +00:00

16 lines
296 B
JSON

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