Files
tangmo_trans_bot/composer.json
2025-01-19 23:37:58 +00:00

16 lines
279 B
JSON

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