Первичная реализация, команды /list и /info

This commit is contained in:
2025-06-09 01:11:10 +08:00
parent 6cebf7356c
commit 687ebc3fdc
9 changed files with 476 additions and 35 deletions

View File

@@ -11,7 +11,7 @@
],
"license": "MIT",
"require": {
"php": "^8.3",
"php": "^8.4",
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-json": "*",
@@ -23,6 +23,7 @@
"nyholm/psr7": "^1.8",
"slim/slim": "^4.14",
"slim/twig-view": "^3.4",
"telegram-bot/api": "^2.5",
"vlucas/phpdotenv": "^5.6"
},
"autoload": {