17 lines
366 B
JSON
17 lines
366 B
JSON
{
|
|
"require": {
|
|
"clue/reactphp-sqlite": "^1.6",
|
|
"clue/framework-x": "^0.16",
|
|
"vlucas/phpdotenv": "^5.6",
|
|
"react/cache": "^1.2",
|
|
"clue/mq-react": "^1.6",
|
|
"smarty/smarty": "^5.4",
|
|
"react/promise-timer": "^1.11"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"XBotControl\\": "src/"
|
|
}
|
|
}
|
|
}
|