This commit is contained in:
2024-12-11 22:08:26 +02:00
parent bcbf807aac
commit 72674c6592
12 changed files with 1245 additions and 3 deletions

View File

@@ -1,6 +1,15 @@
{
"require": {
"clue/reactphp-sqlite": "^1.6",
"clue/framework-x": "^0.16"
"clue/framework-x": "^0.16",
"vlucas/phpdotenv": "^5.6",
"react/cache": "^1.2",
"clue/mq-react": "^1.6",
"smarty/smarty": "^5.4"
},
"autoload": {
"psr-4": {
"XBotControl\\": "src/"
}
}
}